Skip to content

Releases: dingusdk/PythonIhcSdk

2.7.5

21 Jan 11:30
Compare
Choose a tag to compare

Prevent redundant events when ihc controller restarts

2.7.4

22 Jan 12:11
Compare
Choose a tag to compare

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

09 Jan 15:46
Compare
Choose a tag to compare

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

20 Dec 10:21
Compare
Choose a tag to compare

Add system info function to get misc system info like controller serial number

2.7.0

07 Jun 16:42
Compare
Choose a tag to compare

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

11 Feb 15:46
Compare
Choose a tag to compare

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.5.0

23 Jan 12:22
Compare
Choose a tag to compare

Future warning fixes

2.4.0

28 Dec 12:30
Compare
Choose a tag to compare
v2.4.0

2.4.0

2.3.0

27 Feb 08:16
Compare
Choose a tag to compare

Support reading enum resources

2.2.0

11 Feb 18:33
Compare
Choose a tag to compare

Improving re-connect if connection to IHC controller is lost.