Releases: dxdc/homebridge-blinds
Releases · dxdc/homebridge-blinds
v1.3.18
- Fix for #31
- Additional verbose logging
v1.3.17
- Add configureWebhook to externally set position #30
v1.3.16
- Update dependencies
- Support for
%%POS%%
inside request objects
v1.3.15
- Minor fix to prevent infinite loop if
position_url
never reaches target position
- Documentation updates
v1.3.14
- Multiple updates to positionUrl handling, including
%%POS%%
variable and Jsonata handling
- Improved handling when exact position is specified / requested
- Add Tasmota to documentation
- Additional PositionState tracking; add ObstructionDetected on error
- Avoid duplicate calls to setInterval
- Fix logging for short motionTimeStep
- Several improvements to logging
v1.3.13
Overall updates to increase stability for HomeKit display:
- Use getCharacteristic/updateValue; add TargetPosition
- Modify toggle functionality
v1.3.11
- Fix bug (missing subtype) when both stop and toggle are used
v1.3.10
- Add toggle button functionality (#28)
v1.3.9
- Allow objects to be used for URL parameters
- Get position URL on startup; simplify logic
- Fix logic for lastPosition (should close #27)
v1.3.8
- Add optional manual stop button #24
- Add positionURL to update #20 (may need additional work later for polling frequency)