Skip to content

Commit

Permalink
Update v14.4.1.3 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
curzon01 committed Jan 30, 2025
1 parent d3538eb commit 635e29c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,9 @@ These Tasmota commands are unsupported and not implemented in **decode-config**
| | Fade | *HsbColor* | |
| | LedTable | *Led<x\>* | |
| | Pixels | *Palette* | |
| | PWMDimmerPWMs | *White* | |
| | RGBWWTable | *VirtualCT* | |
| | PixelType | *White* | |
| | PWMDimmerPWMs | *VirtualCT* | |
| | RGBWWTable | | |
| | Rotation | | |
| | Scheme | | |
| | ShdLeadingEdge | | |
Expand Down
5 changes: 5 additions & 0 deletions decode-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2958,6 +2958,11 @@ def match(self, setting_hardware, config_version):
})
# ======================================================================
SETTING_14_4_1_3 = copy.copy(SETTING_14_4_1_2)
SETTING_14_4_1_3['mbflag2'][1].update({
'light_pixels_order': (HARDWARE.ESP, '<L', (0xFD8,3,4), (None, None, ('Light', '"PixelType {}".format(($ & 0x7) | (@["mbflag2"]["light_pixels_w_first"] >> 3) | (@["mbflag2"]["light_pixels_rgbw"] >> 4) )')) ),
'light_pixels_rgbw': (HARDWARE.ESP, '<L', (0xFD8,1,7), (None, None, ('Light', None)) ),
'light_pixels_w_first': (HARDWARE.ESP, '<L', (0xFD8,1,8), (None, None, ('Light', None)) ),
})
# ======================================================================
SETTINGS = [
(0x0E040103,0x1000, SETTING_14_4_1_3),
Expand Down

0 comments on commit 635e29c

Please sign in to comment.