Skip to content

Releases: dxdc/homebridge-blinds

v1.3.18

15 Apr 05:38
26d8d09
Compare
Choose a tag to compare
  • Fix for #31
  • Additional verbose logging

v1.3.17

25 Mar 17:44
790c436
Compare
Choose a tag to compare
  • Add configureWebhook to externally set position #30

v1.3.16

26 Feb 17:03
7bdd200
Compare
Choose a tag to compare
  • Update dependencies
  • Support for %%POS%% inside request objects

v1.3.15

17 Feb 13:43
bd46a7d
Compare
Choose a tag to compare
  • Minor fix to prevent infinite loop if position_url never reaches target position
  • Documentation updates

v1.3.14

14 Feb 01:12
7390f78
Compare
Choose a tag to compare
  • 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

10 Feb 21:41
fcd7a53
Compare
Choose a tag to compare

Overall updates to increase stability for HomeKit display:

  • Use getCharacteristic/updateValue; add TargetPosition
  • Modify toggle functionality

v1.3.11

10 Feb 18:50
ecd8b99
Compare
Choose a tag to compare
  • Fix bug (missing subtype) when both stop and toggle are used

v1.3.10

10 Feb 18:22
c1aaf38
Compare
Choose a tag to compare
  • Add toggle button functionality (#28)

v1.3.9

07 Jan 12:11
Compare
Choose a tag to compare
  • 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

07 Jan 01:40
Compare
Choose a tag to compare
  • Add optional manual stop button #24
  • Add positionURL to update #20 (may need additional work later for polling frequency)