NOTE: Version 1.9 and all later versions are not posted to the Vera App Marketplace. Please install from Github directly. OpenLuup users can still use the AltAppStore to install Switchboard.
- Make dimmer
ImpulseTime
work. - For non-integer ramp rates, make sure
LoadLevelStatus
only stores (rounded) integer. - Support for ALTUI 2.52
- Fix docs for creating new virtual devices.
- Timer availability is now per-device-type, and removed from UI where not applicable.
- Completely restructure inits at switch startup.
- Tri-state switches will now timer-reset to the
TimerResetState
when set to any state other than that (not just "on" as in 1.6). - New virtual Scene Controller! Set the
Values
state variable to the (comma-separated) list of button values. You can do this directly, or through the device's own UI (not the Switchboard master device--go into the device control panel on the virtual scene controller). See the README for more.
- Add Lock, Water Valve, and Relay virtual devices. Note that lock has a separate service for
Target
andStatus
from all other binary on/off devices — it does not useurn:upnp-org:serviceId:SwitchPower1
, but ratherurn:micasaverde-com:serviceId:DoorLock1
. - Make post-timer return state configurable via
TimerResetState
; this enables TriState virtual switches to return to off or void.
- Fix an issue with window covering ramp rate not properly handling zero value (disable ramp).
- Add support for virtual window covering (Vera implements these as dimmers, so while it seems an odd thing to do here, it's a natural for Vera).
- Fix TriState initialization
- Support repeat triggering. By default, the virtual switch will only set its status if it changes, and as a result, scenes will only trigger on changes in status. In some cases, it is useful to trigger scenes/watches whenever the switch state is set, regardless of whether or not that results in a change in status (repeat triggering), so add a new flag for this purpose.
- Fix notices and links in copyright area.
- Maintenance/fixes
- Initial public release.