Skip to content

Instantly share code, notes, and snippets.

@vikingosegundo
Created September 10, 2022 16:05
Show Gist options
  • Save vikingosegundo/8ac3e0119b264bde13dceb40b19d50cf to your computer and use it in GitHub Desktop.
Save vikingosegundo/8ac3e0119b264bde13dceb40b19d50cf to your computer and use it in GitHub Desktop.
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