Skip to content
Snippets Groups Projects
Commit fbec172a authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Added comment (commit-to-merge)

parent 41f254c8
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ func main() {
lamp.SetMethod("turn_on", turnOn)
lamp.SetMethod("turn_off", turnOff)
// We add a button for GroupID test purpose
addr, _ = addr.Add(1)
btn := schemas.NewButton(addr)
btn.Info = "Fake button from schemas"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment