Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WB-MIR v3 template, update WB-MIR v2 template #825

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4f5f475
deprecate old(without buttons) template
ad7718 Oct 24, 2024
31793cb
add new jinjified template
ad7718 Oct 24, 2024
910f22b
delete subdevice, add 1wire/buttons input
ad7718 Oct 24, 2024
3d2a4d0
fix 3 reg addrs
ad7718 Oct 24, 2024
17f4152
upd changelog
ad7718 Oct 24, 2024
094e185
fix tests, fix channel names for backward compatibility, upd changelog
ad7718 Oct 24, 2024
12da275
fix tests
ad7718 Oct 24, 2024
4432020
separate template for v.3
ad7718 Oct 24, 2024
53c9c85
rename v3 template
ad7718 Oct 24, 2024
9927e1e
add separate template for v.2
ad7718 Oct 24, 2024
8f42bcd
delete mode_description from v.3 template
ad7718 Oct 24, 2024
ed34862
update changelog
ad7718 Oct 24, 2024
50cc05e
temperature sensors-> sensor in descriptions
ad7718 Oct 24, 2024
949cd66
update template titles
ad7718 Oct 24, 2024
ae1694c
move "in{{in_num}}_debounce_ms", "Reset All Counters" and "temperatur…
ad7718 Oct 24, 2024
3ca7665
fix tests
ad7718 Oct 24, 2024
3ffc2fe
change device_type/name for v2
ad7718 Oct 25, 2024
4d10b06
fix tests
ad7718 Oct 25, 2024
939f6f1
fix loop iterations for roms
ad7718 Oct 25, 2024
70108d6
Merge remote-tracking branch 'origin/master' into feature/add_wb-mir-…
ad7718 Oct 25, 2024
4733f92
fix tests
ad7718 Oct 25, 2024
31ca6c1
fix tests
ad7718 Oct 25, 2024
2b74ccc
fix issues
ad7718 Oct 29, 2024
ceb1224
reset TDeviceTemplatesTest.Validate.dat
ad7718 Oct 29, 2024
7545313
fix tests
ad7718 Oct 29, 2024
9ebd902
del redundant tabs in tests file
ad7718 Oct 29, 2024
480d6a3
add device_type prefix for new WB-MIR v2 template
ad7718 Oct 29, 2024
3472487
fix tests
ad7718 Oct 29, 2024
3a2b8b4
"device_type" in v2 template to lowercase
ad7718 Oct 29, 2024
7a9e030
fix tests
ad7718 Oct 29, 2024
9b66436
support up to 80 IR commands instead of 40, as in documantation, fix …
ad7718 Dec 10, 2024
d1ea004
enable "Learn to ROMx" buttons for first 10 ROMs by default
ad7718 Dec 17, 2024
a4bba0f
Merge remote-tracking branch 'origin/master' into feature/add_wb-mir-…
ad7718 Dec 17, 2024
99a4f76
upd changelog
ad7718 Dec 17, 2024
b828a35
del "Uptime" translation from v.3
ad7718 Dec 17, 2024
1bee56d
Fix tests after adding channels for 40 ROMs
ad7718 Dec 17, 2024
c17e93c
disable "ROM{{ rom }} -> RAM" channels by default
ad7718 Dec 17, 2024
601b48f
fix tests
ad7718 Dec 17, 2024
1fa854b
v.2 template -> back to 40 ROMs, because there are versions with only…
ad7718 Dec 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
wb-mqtt-serial (2.146.0) stable; urgency=medium

* Deprecate WB-MIR v.2 template
* Add new template WB-MIR_BUTTONS (for WB-MIR v.2 and v.3, with buttons support)

-- Radmir Khakimov <[email protected]> Tue, 24 Oct 2024 20:35:00 +0500

wb-mqtt-serial (2.145.0) stable; urgency=medium

* Add new template ONOKOM-AIR-TCL-1-MB-B
Expand Down
Loading