Skip to content

Releases: dingusdk/PythonIhcSdk

2.8.1

23 Oct 15:05

Choose a tag to compare

Add support for the Date resource. The WSDateValue type , this is a date without time.

2.8.0

14 Apr 09:12

Choose a tag to compare

SSL Ciphers changes to work with newest 7.0 controller. (Older controllers should use http only because the older controllers does not implement ssl properly)

A new function has bee added to get the IHC project in segments on the ihc client. This is now the new default for the IHC controller. This should put less stress on the IHC controller when downloading a bigger project.

2.7.6

21 Jan 19:55

Choose a tag to compare

The previous 2.7.5 prevents redundant event changes it the controller restarts, but also introduces a bug because the initial state is not set in the callback.
2.7.6. Will fix this so the initial state is send

2.7.5

21 Jan 11:30

Choose a tag to compare

Prevent redundant events when ihc controller restarts

2.7.4

22 Jan 12:11

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

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

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

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

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

Choose a tag to compare

Future warning fixes