Functions | |
| void | callback_response (CoapPacket &packet, IPAddress ip, int port) |
| void | callback_light (CoapPacket &packet, IPAddress ip, int port) |
| void | setup () |
| void | loop () |
Variables | |
| const char * | ssid = "your-ssid" |
| const char * | password = "your-password" |
| WiFiUDP | udp |
| Coap | coap (udp) |
| bool | LEDSTATE |
| void callback_light | ( | CoapPacket & | packet, |
| IPAddress | ip, | ||
| int | port ) |
| void callback_response | ( | CoapPacket & | packet, |
| IPAddress | ip, | ||
| int | port ) |
| void loop | ( | ) |
| void setup | ( | ) |
| bool LEDSTATE |
| const char* password = "your-password" |
| const char* ssid = "your-ssid" |
| WiFiUDP udp |