Support Us
If you like our work, please consider giving us a tip. Even small donations helps us a lot to keep development going
Buy Me a Coffee at ko-fi.com
Arduino
Below you can find brief overview of examples appended to Arduino libraries. You can open each example from Arduino IDE (after installing libraries - see Arduino reference) through File -> Examples. Depending on how you want to connect your board, pick example from WiFiGateDevice or SerialGateDevice library. Detailed explanation of each example can be found in comment on top of example code.
Examples
Basic LED: Example demonstrates simple brightness control of single LED
StateObserver: Example demonstrates how device can observe connection state and subscription state of declared Gate Values
ServerStorage: Modified Basic LED example that uses ServerStorage to persist latest LED setting and restore it on reboot