Skip to content

Commit 4585bcd

Browse files
committed
2 parents bfff57e + 6a07f40 commit 4585bcd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818

1919
---
2020

21+
### Examples
22+
[Switch](https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/switch)
23+
[Doorbell](https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/doorbell)
24+
25+
2126
## Dependencies
2227
[ArduinoJson](https://github.com/bblanchon/ArduinoJson) (Version 6.12.0)
2328
[WebSocketsClient](https://github.com/Links2004/arduinoWebSockets) (Version 2.2.0)
@@ -61,6 +66,12 @@ bool onPowerState(const String deviceId, bool &state) {
6166
```C++
6267
SinricPro.handle();
6368
```
69+
70+
71+
72+
73+
74+
6475
# Devices
6576
[Switch](#switch) | [Dimmable Switch](#dimmable-switch) | [Light](#light) | [TV](#tv) | [Speaker](#speaker) | [Thermostat](#thermostat) | [Fan (US)](#fan-us) | [Fan (non US)](#fan-non-us) | [Lock](#lock) | [Doorbell](#doorbell) | [TemperatureSensor](#temperaturesensor) | [MotionSensor](#motionsensor) | [ContactSensor](#contactsensor) | [Window AC Unit](#window-ac-unit)
6677

0 commit comments

Comments
 (0)