mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
Merge pull request #5468 from curzon01/development
decode-config.py: adapt settings
This commit is contained in:
commit
1519797a37
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
VER = '2.1.0021'
|
VER = '2.1.0022'
|
||||||
|
|
||||||
"""
|
"""
|
||||||
decode-config.py - Backup/Restore Sonoff-Tasmota configuration data
|
decode-config.py - Backup/Restore Sonoff-Tasmota configuration data
|
||||||
@ -873,7 +873,13 @@ Setting_6_4_1_16.update({
|
|||||||
Setting_6_4_1_17 = copy.deepcopy(Setting_6_4_1_16)
|
Setting_6_4_1_17 = copy.deepcopy(Setting_6_4_1_16)
|
||||||
Setting_6_4_1_17['flag3'][0].pop('no_pullup',None)
|
Setting_6_4_1_17['flag3'][0].pop('no_pullup',None)
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
|
Setting_6_4_1_18 = copy.deepcopy(Setting_6_4_1_17)
|
||||||
|
Setting_6_4_1_18['flag3'][0].update ({
|
||||||
|
'no_hold_retain': ('<L', (0x3A0,1,12), (None, None, ('SetOption', '"SetOption62 {}".format($)')) ),
|
||||||
|
})
|
||||||
|
# ======================================================================
|
||||||
Settings = [
|
Settings = [
|
||||||
|
(0x6040112, 0xe00, Setting_6_4_1_18),
|
||||||
(0x6040111, 0xe00, Setting_6_4_1_17),
|
(0x6040111, 0xe00, Setting_6_4_1_17),
|
||||||
(0x6040110, 0xe00, Setting_6_4_1_16),
|
(0x6040110, 0xe00, Setting_6_4_1_16),
|
||||||
(0x604010D, 0xe00, Setting_6_4_1_13),
|
(0x604010D, 0xe00, Setting_6_4_1_13),
|
||||||
|
0
tools/decode-status.py
Normal file → Executable file
0
tools/decode-status.py
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user