Skip to content

Releases: nicoduj/homebridge-harmony

1.0.0-beta3

18 Mar 20:37
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
  • [NEW] Act as a dynamic platform
  • [BREAKING] skipedIfSameStateActivities -> skippedIfSameStateActivities / addAllActivitiesToSkipedIfSameStateActivitiesList -> addAllActivitiesToSkippedIfSameStateActivitiesList
  • [BREAKING] MENU command (inside properties of TV Service) renamed to SETUP and will be mapped to setup function if avaliable (can be ovewridden)

0.5.5

17 Mar 22:24
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release
  • [BUG] - showTurnOffActivity doesn’t work properly when inverterted #107

0.5.4

17 Mar 21:36
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release
  • [BUG] - Devices are not published if publishDevicesAsIndividualAccessories is set to false #106

0.5.3

17 Mar 10:08
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release
  • [NEW] handle skipedIfSameStateActivities for POWER OFF in TV mode #104 - Just add "PowerOff" to the skipedIfSameStateActivities.

0.5.2

16 Mar 12:13
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release
  • [FIX] ERROR - TVMODE - Override of a command throw an error if there is no device published in devicesToPublishAsAccessoriesSwitch #99
  • [FIX] Complete homebridge is unresponsive if 1 hub is not reachable #101 . I pushed a pull request to harmony api in order to have slower timeout, but still should allready be better.
  • [NEW] add “Menu” button to iOS remote widget #102

0.5.1

11 Mar 20:38
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

oups ... prout bug :)

0.5.0

11 Mar 20:16
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • [NEW] Tvmode : option to set specific commands on remote widget buttons #84 - SEE README FOR SYNTAX

0.4.92

10 Mar 17:03
Compare
Choose a tag to compare
0.4.92 Pre-release
Pre-release
  • [FIX] Sequences are gone since 0.4.8 #93

0.4.91

10 Mar 10:01
Compare
Choose a tag to compare
0.4.91 Pre-release
Pre-release
  • [FIX] ERROR - activityCommand : TypeError: Cannot read property 'debug' of undefined

0.4.9

10 Mar 08:23
Compare
Choose a tag to compare
0.4.9 Pre-release
Pre-release
  • [FIX] #89 This callback function has already been called by someone else when publishDevicesAsIndividualAccessories is set to true (default value :( sorry ! )