diff options
author | ctucx <c@ctu.cx> | 2020-09-14 17:30:07 +0200 |
---|---|---|
committer | ctucx <c@ctu.cx> | 2020-09-14 17:30:07 +0200 |
commit | 35bb0030cd59c14bbd7b8f4944b69246afeebd75 (patch) | |
tree | 1b7c63af42493363b14fd095274f0a7ed438bfb6 /types.nim | |
parent | 9c93e45919cabbbdf3cf99d1a0ee2f8b7bb9788a (diff) |
update
Diffstat (limited to 'types.nim')
-rw-r--r-- | types.nim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,10 +83,10 @@ type lightPowerState*: bool of LightSetBrightness: - lightBrightness*: bool + lightBrightness*: int of LightSetColorHex: - lightColorHex*: string + lightColorHex*: string of LightSetColorXY: lightColorX*: int |