Skip to content

Releases: ziv1234/python-dynalite-devices

version number fix

11 May 10:41
Compare
Choose a tag to compare

Moved github frlease versions to be the same as code version

0.47

23 Jun 15:29
Compare
Choose a tag to compare

Added init_level to the devices to set the initial level of each

v0.46

02 Sep 15:39
Compare
Choose a tag to compare

fix a few bugs that happen when reconfiguring on the fly

v0.45

09 Aug 10:31
Compare
Choose a tag to compare

Exported the interface to request area preset or a specific channel level
Added the ability to configure which channel in the area is used to query the preset. the protocol says channel 1 should answer for the area, but some implementations need a different channel

v0.44

06 Aug 06:44
Compare
Choose a tag to compare

Added notifications that are sent back to the calling applications when:

  1. a preset in selected in any area
  2. all raw packets on the network

Also additional testing to see that the system sends the accurate notifications and device updates

v0.43

07 Jul 19:49
Compare
Choose a tag to compare

fixes a bug during init with active=on for a cover with a channel. there is a race condition and the initial position of the cover may be incorrect

also fixes that with autodiscover=on, detected presets in new areas now receive by default the names of the default presets (usually on/off)

Version 0.42

05 Jul 20:08
Compare
Choose a tag to compare

Adds the capability to define a default level for a preset. If defined, when it sees a command to fade a channel in an area to a preset, it sets it to the level of the preset
Also adds the levels in the default presets: 1 (on) - 1.0 and 4 (off) - 0.0

Version 0.41

20 Jun 18:09
Compare
Choose a tag to compare

Internal cleanup
Removed dependency between library and usage
Fixed async race condition
On active=init, don't poll channels of a timecover as the right information is in the presets