File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 18
18
19
19
---
20
20
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
+
21
26
## Dependencies
22
27
[ ArduinoJson] ( https://github.com/bblanchon/ArduinoJson ) (Version 6.12.0)
23
28
[ WebSocketsClient] ( https://github.com/Links2004/arduinoWebSockets ) (Version 2.2.0)
@@ -61,6 +66,12 @@ bool onPowerState(const String deviceId, bool &state) {
61
66
```C++
62
67
SinricPro.handle();
63
68
```
69
+
70
+
71
+
72
+
73
+
74
+
64
75
# Devices
65
76
[ 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 )
66
77
You can’t perform that action at this time.
0 commit comments