Skip to content

Releases: sinricpro/esp8266-esp32-sdk

Version 2.7.2

16 Oct 09:17
Compare
Choose a tag to compare

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

02 Oct 07:26
Compare
Choose a tag to compare

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 and SinricPro.onPong()-callback

Fixed:

  • Type mismatches in Crypto.h / Crypto.cpp (to reduce compiler warnings)

Version 2.6.1

14 Aug 03:30
Compare
Choose a tag to compare

Fixed:

  • Air Quality Sensor example for sensor type GP2Y1014AU0F

Version 2.6.0

12 Aug 06:41
Compare
Choose a tag to compare

New:

  • Devices

    • AirQualitySensor
  • Examples

    • AirQualitySensor

Changed:

  • SinricProCamera device type added to support Camera. Camera example updated

Version 2.5.1

01 Aug 04:29
e157172
Compare
Choose a tag to compare

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

01 Mar 09:10
Compare
Choose a tag to compare

Version 2.4.0

New:

  • Devices

    • PowerSensor
  • Examples

    • PowerSensor

Version 2.3.0

12 Jan 17:34
153773f
Compare
Choose a tag to compare

New:

  • Devices

    • Blinds
    • GarageDoor
  • Examples

    • Thermostat
    • Blinds
    • GarageDoor

Version 2.2.6

08 Dec 19:16
009ef83
Compare
Choose a tag to compare

New:

Fixed:

  • Some sendEvent functions didn't return true/false
  • Arduino TV example

Version 2.2.5

02 Dec 04:13
b4d6f6a
Compare
Choose a tag to compare

New:

  • Added new callback for TV onChangeChannelNumber
    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

01 Dec 05:57
Compare
Choose a tag to compare

New:
Added example for SinricProTemperaturesensor

Bugfix:
Fixed typo in "onTargetTemperature" event