Closed moinmoin-sh closed 2 years ago
colorBg, screenColorBg and tileColorBg can be set via conf/ or cmnd/ payloads
Please check the jsonConfigSchema if it fits your expectations
sample config payload
{ "screens": [ { "screen": 2, "label": "Demo", "backgroundColorRgb": {"r": 255, "g": 0, "b": 0 }, "tiles": [ { "tile": 1, "style": "button", "icon": "_bulb", "backgroundColorRgb": {"r": 0, "g": 255, "b": 0 }, "label": "Lamps" } ] } ] }
new additional cmnd/ payload
{ "backgroundColorRgb":{"r":100, "g":0, "b":0} }
existing cmnd/ and conf/ payloads regarding background colors were not changed.
colorBg, screenColorBg and tileColorBg can be set via conf/ or cmnd/ payloads
Please check the jsonConfigSchema if it fits your expectations
sample config payload
new additional cmnd/ payload
existing cmnd/ and conf/ payloads regarding background colors were not changed.