Skip to content

Commit 8e3d035

Browse files
authored
Merge branch 'sinricpro:master' into master
2 parents 63c1825 + 9098807 commit 8e3d035

File tree

1 file changed

+32
-17
lines changed

1 file changed

+32
-17
lines changed

README.md

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -119,24 +119,39 @@ 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

147+
## Licensing and Credits
148+
* The Arduino IDE is developed and maintained by the Arduino team. The IDE is licensed under GPL.
149+
* [ArduinoJson](https://github.com/bblanchon/ArduinoJson) is licensed under the MIT.
150+
* [WebSockets](https://github.com/Links2004/arduinoWebSockets) is licensed under the GNU LGPL.
151+
* The [PlatformIO](https://github.com/platformio) is developed and maintained by the PlatformIO team. The Core is licensed under Apache License 2.0.
152+
153+
## Support for other boards
154+
[https://github.com/sinricpro/arduino-variants-sdk](https://github.com/sinricpro/arduino-variants-sdk)
155+
141156
## Join the community!
142157
Join us on our [Official Discord Server](https://discord.gg/rq9vcRcSqA)!

0 commit comments

Comments
 (0)