toggledbits / Reactor

Reactor (for Vera and openLuup) is a Vera Home Automation plugin that provides advanced programmable logic.
18 stars 0 forks source link

Typo in "not equal" conditions causes incorrect eval #4

Closed toggledbits closed 6 years ago

toggledbits commented 6 years ago

The configuration UI incorrectly sets up "not equal" conditions on service values. This is an error in the menu value in the JavaScript.

toggledbits commented 6 years ago

This is fixed in the current stable branch. To apply the fix:

  1. Download L_Reactor and J_ReactorSensorUI7.js from the stable branch. If you are feeling very conservative, you actually only need the one J file to fix, but you'll need to re-edit your condition (actually, recommended).
  2. Upload the file(s) to your Vera using Apps > Develop apps > Luup files uploader.

You should re-edit your condition (change from not equals to equals, then change it back, and Save) to make sure you have the condition fully fixed.

toggledbits commented 6 years ago

Fixed in v1.3