Releases: dingusdk/PythonIhcSdk
Releases · dingusdk/PythonIhcSdk
2.7.5
Prevent redundant events when ihc controller restarts
2.7.4
4 new functions:
set_runtime_value_timer: Set timer values in milliseconds
set_runtime_value_time: Set time values in hours,minutes,seconds
get_runtime_values: Get multiple runtime values in one request
cycle_bool_value: Send an on and off to a boolean resource in one request
2.7.3
Added get_system_info to get controller serial.
Added is_ihc_controller to virfy if a url is an IHC controller
get_runtime_value can now read time values
Fixed a re-authenticate bug in get_runtime_value
2.7.1
Add system info function to get misc system info like controller serial number
2.7.0
Adds support for https on the IHC Controller version 3. In an upcomming firmware for the controller http support will be disabled to the soap API.
2.6.0
Adding a session to the ihc reqests. This will make it reuse the connection. It the connection is not reused it can cause a delay on the ihc controller (100ms ish)
2.3.0
Support reading enum resources
2.2.0
Improving re-connect if connection to IHC controller is lost.