Releases: starkillerOG/motion-blinds
Releases · starkillerOG/motion-blinds
v0.6.5
v0.6.4
- Revert "Implement threading lock"
- add Check_gateway_multicast method
v0.6.3
- Implement threading lock (The gateway can only handle one request at a time, otherwise the gateway migth crash)
v0.6.2
- add VerticalBlindRight
- add SkylightBlind
- add wifi curtain
- add JogUp and JogDown operation status
- add JogUp and JogDown commands
- add voltage mode status
- Use default if blind_type missing
- Make TDBU blinds more robust
v0.6.1
- fix missing currentPosition
- add DEVICE_TYPES_GATEWAY and DEVICE_TYPES_WIFI to init const
v0.6.0
- Add support for direct WiFi blinds
v0.5.13
- add VerticalBlindLeft
- check for token changes
v0.5.12
- Support receiving multiple response messages on a single request.
- Resolve issue of maximum 15 blinds beeing discoverd.
v0.5.11
- increase buffersize from 1024 to 4096
v0.5.10
- Improve actionResult handeling
- improve log hiding
- multicast socket setsockopt using IPPROTO_IP instead of SOL_IP
- improve BiDirectionLimits blind support
- fix typos
- black styling