@@ -119,23 +119,29 @@ mySwitch.sendPushNotification("Hello SinricPro!");
119
119
120
120
---
121
121
122
- ## Devices
123
- * Switch
124
- * Dimmable Switch
125
- * Light
126
- * TV
127
- * Speaker
128
- * Thermostat
129
- * Fan (US and non US version)
130
- * Lock
131
- * Doorbell
132
- * Temperaturesensor
133
- * Motionsensor
134
- * Contactsensor
135
- * Windows Air Conditioner
136
- * Interior Blinds
137
- * Garage Door
138
- * Custom devices
122
+ ## Device Types
123
+ * [ Switch] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Switch )
124
+ * [ Dimmable Switch] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/DimSwitch )
125
+ * [ Light] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Light )
126
+ * [ TV] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/TV )
127
+ * [ Speaker] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Speaker )
128
+ * [ Thermostat] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Thermostat )
129
+ * [ Fan] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Fan )
130
+ * [ Lock] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Lock )
131
+ * [ Doorbell] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/doorbell )
132
+ * [ Temperature Sensor] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/temperaturesensor )
133
+ * [ Motion Sensor] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/MotionSensor )
134
+ * [ Contact Sensor] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/ContactSensor )
135
+ * [ Windows Air Conditioner] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/ACUnit )
136
+ * [ Blinds] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Blinds )
137
+ * [ Garage Door] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/GarageDoor )
138
+ * [ Custom devices] ( https://help.sinric.pro/pages/custom-templates )
139
+ * [ Camera] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Camera )
140
+
141
+ ### Other
142
+ * [ OTA] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/OTAUpdate )
143
+ * [ MultiWiFi] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Settings/MultiWiFi )
144
+ * [ Health] ( https://github.com/sinricpro/esp8266-esp32-sdk/tree/master/examples/Health )
139
145
---
140
146
141
147
## Licensing and Credits
@@ -144,7 +150,7 @@ mySwitch.sendPushNotification("Hello SinricPro!");
144
150
* [ WebSockets] ( https://github.com/Links2004/arduinoWebSockets ) is licensed under the GNU LGPL.
145
151
* The [ PlatformIO] ( https://github.com/platformio ) is developed and maintained by the PlatformIO team. The Core is licensed under Apache License 2.0.
146
152
147
- ## Other boards
153
+ ## Support for other boards
148
154
[ https://github.com/sinricpro/arduino-variants-sdk ] ( https://github.com/sinricpro/arduino-variants-sdk )
149
155
150
156
## Join the community!
0 commit comments