Page 1 of 1

Indigo 6 Beta 11 Released

PostPosted: Tue Jul 09, 2013 3:52 pm
by matt (support)
6.0 Beta 11 is now available for download.

Important: this version includes some Z-Wave related enhancements. Because of the nature of some of these changes, you might have to re-sync (via the device dialog) some of your modules. The devices that need to be re-synced will be shown in the Event Log, and communication with them will be disabled in Indigo until they are re-synced.

In addition to the major 6.0 improvements this update includes:

  • Modified INSTEON device syncing to allow syncing of modules that specify a bad firmware version (third attempt at this fix).
  • Fixed bug that could randomly crash plugins that passed devices or variables to secondary threads.
  • Fixed bug in Mac Client that would disable the plugin event popup menu when creating/editing a plugin trigger event.
  • Virtual On/Off Device: changed the logic such that any of the other Indigo representations of true/false (on/off, open/closed, 1/0, yes/no, enabled/disabled), when inserted into a variable that's being used as the state of the device, will be translated into a real boolean type (and thus will cause the device's state to become on/off with the appropriate icon colorization).
  • Timers and Pesters Plugin: fixed bug that would incorrectly set timer start values when changed from the Set Timer Start Value action.

Developer API Changes:

  • Plugin API version number has been incremented to v1.10.
  • Plugin API addition: Added indigo.server.getInstallFolderPath() method to retrieve the Indigo Server install path.