Created
September 10, 2022 16:05
-
-
Save vikingosegundo/8ac3e0119b264bde13dceb40b19d50cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let light = Light(id:"01", name:"01") | |
.alter( | |
by: | |
.setting(.brightness (to:0.5 )), | |
.setting(.hue (to:0.5 )), | |
.setting(.saturation (to:0.5 )), | |
.setting(.temperature(to:200.mk)), | |
.turning(.it(.on)) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment