mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 21:56:35 +00:00
v2.1.0020
decode-config.py: adapt settings - add Sensor15 (SensorBits1)
This commit is contained in:
parent
ee5aed07d8
commit
d0072118f3
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
VER = '2.1.0019'
|
VER = '2.1.0020'
|
||||||
|
|
||||||
"""
|
"""
|
||||||
decode-config.py - Backup/Restore Sonoff-Tasmota configuration data
|
decode-config.py - Backup/Restore Sonoff-Tasmota configuration data
|
||||||
@ -835,7 +835,16 @@ Setting_6_4_1_11.update ({
|
|||||||
'interlock': ('B', 0x4CA, ([4], None, ('Main', None)), '"0x{:02x}".format($)' ),
|
'interlock': ('B', 0x4CA, ([4], None, ('Main', None)), '"0x{:02x}".format($)' ),
|
||||||
})
|
})
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
|
Setting_6_4_1_13 = copy.deepcopy(Setting_6_4_1_11)
|
||||||
|
Setting_6_4_1_13.update ({
|
||||||
|
'SensorBits1': ({
|
||||||
|
'mhz19b_abc_disable': ('B', (0x717,1, 7), (None, None, ('Sensor', '"Sensor15 {}".format($)')) ),
|
||||||
|
}, 0x717, (None, None, ('*', None)), (None, False) ),
|
||||||
|
})
|
||||||
|
|
||||||
|
# ======================================================================
|
||||||
Settings = [
|
Settings = [
|
||||||
|
(0x604010D, 0xe00, Setting_6_4_1_13),
|
||||||
(0x604010B, 0xe00, Setting_6_4_1_11),
|
(0x604010B, 0xe00, Setting_6_4_1_11),
|
||||||
(0x6040108, 0xe00, Setting_6_4_1_8),
|
(0x6040108, 0xe00, Setting_6_4_1_8),
|
||||||
(0x6040107, 0xe00, Setting_6_4_1_7),
|
(0x6040107, 0xe00, Setting_6_4_1_7),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user