diff options
author | ctucx <c@ctu.cx> | 2020-09-14 19:51:47 +0200 |
---|---|---|
committer | ctucx <c@ctu.cx> | 2020-09-14 19:51:47 +0200 |
commit | 41546e24ac1b968a45eb07e6f5cd893ef9a988d7 (patch) | |
tree | 32c12d4a05b2e72adb337a4404c1bf9773e807cc /types.nim | |
parent | a68b196a324497583d77f5af12ddb4456e0ca91a (diff) |
update
Diffstat (limited to 'types.nim')
-rw-r--r-- | types.nim | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -43,8 +43,8 @@ type lightHue*: Option[int] lightSaturation*: Option[int] lightColorHex*: Option[string] - lightColorX*: Option[int] - lightColorY*: Option[int] + lightColorX*: Option[float] + lightColorY*: Option[float] lightColorTemperature*: Option[int] lightBrightness*: int @@ -89,8 +89,8 @@ type lightColorHex*: string of LightSetColorXY: - lightColorX*: int - lightColorY*: int + lightColorX*: float + lightColorY*: float of LightSetHueSaturation: lightHue*: int |