Releases: sinricpro/esp8266-esp32-sdk
Releases · sinricpro/esp8266-esp32-sdk
Version 2.7.2
Fixed in 2.7.2:
The examples are now located in subfolders if more than one example is provided
Fixed in 2.7.1
Switch example SinricProDevice.getDeviceId() returns SinricProId instead of char* since version 2.7.0
Version 2.7.0
Version 2.7.0
New:
-
Added new classes for AppKey, AppSecret and DeviceId
This allows to store credentials efficiently in EEPROM and reduces the internal RAM usage -
Added function to measure the RTT between device and SinricPro Server
by using#define DEBUG_WIFI_ISSUE
andSinricPro.onPong()
-callback
Fixed:
- Type mismatches in Crypto.h / Crypto.cpp (to reduce compiler warnings)
Version 2.6.1
Fixed:
- Air Quality Sensor example for sensor type GP2Y1014AU0F
Version 2.6.0
New:
-
Devices
- AirQualitySensor
-
Examples
- AirQualitySensor
Changed:
- SinricProCamera device type added to support Camera. Camera example updated
Version 2.5.1
Version 2.5.1
New:
- added camera examples
- added IP and MAC address to header for camera support (2.5.1)
- Speaker device supports SelectInput (2.5.0)
Version 2.4.0
Version 2.4.0
New:
-
Devices
- PowerSensor
-
Examples
- PowerSensor
Version 2.3.0
New:
-
Devices
- Blinds
- GarageDoor
-
Examples
- Thermostat
- Blinds
- GarageDoor
Version 2.2.6
New:
- Full User Documentation using Doxygen available at https://sinricpro.github.io/esp8266-esp32-sdk
Fixed:
- Some sendEvent functions didn't return true/false
- Arduino TV example
Version 2.2.5
New:
- Added new
callback
for TVonChangeChannelNumber
This is to support changing channels using a
channel number instead of channel name. - New TV Example
- Added this
changelog.md
Fixed:
- Some sendEvent functions didn't return
true
/false
- Fixed json in
skipChannels
response - Fixed json in
sendChangeChannels
event
Updated Readme
- about return values of sendEvent functions
Version 2.2.4
New:
Added example for SinricProTemperaturesensor
Bugfix:
Fixed typo in "onTargetTemperature" event