Releases: MadMonkey87/InnerCore.Api.DeConz
Releases · MadMonkey87/InnerCore.Api.DeConz
Thermostat support
provides support for ZHAThermostat devices
improved sensor handling
improved support for switch and vibration sensors
Proper Datatypes
This release has extended deserializing support s.t proper data types are used instead of simple strings:
- the sensor type is now a enum
- the schedule status is now an enum
- all dates and datetimes now are represented using a DateTime
Support All Sensor Types
All sensor types are now supported! This includes
- carbon monoxide
- presence
- fire
- humidity
- light level
- doow/window open/close
- pressure
- temperature
- water
- vibration
- power
- consumption
- all kind of switches
Initial Release
Initial release that supports the following features:
- discovery of the bridge
- register on the bridge and retrieve an appkey
- read/write the config of the bridge
- update the software/firmware of the bridge
- reset the bridge
- password management
- CRUD for groups
- CRUD for lights, full support to send light commands
- CRUD for rules
- CRUD scenes, recall scenes
- CRUD for schedules
- CRUD for sensors
- retrieve sensor events in realtime
- color converters
includes two samples to demonstrate the usage of this library
Touchlink
- new touchlink features (scan for devices, reset & identify devices)
- password management (set / reset)
- trigger software/firmware update
initial beta release
- fixes
- reading sensor events in real time
- sample app
- tests
- color converters
initial alpha release
This is the initial alpha release that allows you to
- discover the gateway
- register your app
- connect to the gateway
- controll and manage lights/sensors/groups/scenes/schedules/rules/config
missing
- real time sensor monitoring
- tests
- sample app