Skip to content

Commit

Permalink
Update v14.2.0.6 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
curzon01 committed Oct 11, 2024
1 parent 0ffbe46 commit d87d1e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1138,14 +1138,15 @@ These Tasmota commands are unsupported and not implemented in **decode-config**
| | | | `UsfRename` |
| | | | `UsfRun` |
| | | | `UsfServe` |
| **Light** | DimmerRange | *Channel<x\>* | `Color<x>` |
| | DimmerStep | *CT* | `Dimmer` |
| | Fade | *CTRange* | |
| | LedTable | *HsbColor* | |
| | Pixels | *Led<x\>* | |
| | PWMDimmerPWMs | *Palette* | |
| | RGBWWTable | *White* | |
| | Rotation | *VirtualCT* | |
| **Light** | DaliWeb | *Channel<x\>* | `Color<x>` |
| | DimmerRange | *CT* | `Dimmer` |
| | DimmerStep | *CTRange* | |
| | Fade | *HsbColor* | |
| | LedTable | *Led<x\>* | |
| | Pixels | *Palette* | |
| | PWMDimmerPWMs | *White* | |
| | RGBWWTable | *VirtualCT* | |
| | Rotation | | |
| | Scheme | | |
| | ShdLeadingEdge | | |
| | ShdWarmupBrightness | | |
Expand Down
3 changes: 3 additions & 0 deletions decode-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2879,6 +2879,9 @@ def match(self, setting_hardware, config_version):
})
# ======================================================================
SETTING_14_2_0_6 = copy.copy(SETTING_14_2_0_4)
SETTING_14_2_0_6['sbflag1'][1].update({
'dali_web': (HARDWARE.ESP, '<L', (0xFA0,1,13), (None, '0 <= $ <= 1', ('Light', '"DaliWeb {}".format($)')) ),
})
# ======================================================================
SETTINGS = [
(0x0E020006,0x1000, SETTING_14_2_0_6),
Expand Down

0 comments on commit d87d1e2

Please sign in to comment.