Skip to content

Commit 9098807

Browse files
authored
fix: device type links
1 parent 220ee12 commit 9098807

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

README.md

+24-18
Original file line numberDiff line numberDiff line change
@@ -119,23 +119,29 @@ mySwitch.sendPushNotification("Hello SinricPro!");
119119

120120
---
121121

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)
139145
---
140146

141147
## Licensing and Credits
@@ -144,7 +150,7 @@ mySwitch.sendPushNotification("Hello SinricPro!");
144150
* [WebSockets](https://github.com/Links2004/arduinoWebSockets) is licensed under the GNU LGPL.
145151
* The [PlatformIO](https://github.com/platformio) is developed and maintained by the PlatformIO team. The Core is licensed under Apache License 2.0.
146152

147-
## Other boards
153+
## Support for other boards
148154
[https://github.com/sinricpro/arduino-variants-sdk](https://github.com/sinricpro/arduino-variants-sdk)
149155

150156
## Join the community!

0 commit comments

Comments
 (0)