You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
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
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)