-
Notifications
You must be signed in to change notification settings - Fork 131
Items BSC
ggodart edited this page Jan 1, 2021
·
1 revision
See original
None
xAP support for Basic Status and Control schema
None
Method | Description |
---|---|
new |
Initialize class |
bsc_state |
bsc_state is a very bad name and only exists to prevent overriding MisterHouse's state member. bsc_state maps to a BSC state |
allow_local_set_state |
allow_local_set_state(flag) - sets the local flag to either 1 (true) or 0 (false); the default is true. If flag is true, then the item's state is changed on a "programatic" set (i.e., local control). If flag is false, then the item's state is changed only when the device acknowledges it's state change via a BSC event or info message |
None
Gregg Liming [email protected]
Special Thanks to: Bruce Winter - MH
None
None
None
None
Method | Description |
---|---|
new |
Initialize class |
set_device |
set's a device's state given the device's ID, mode (input or output), state and optionally level and text |
None
Gregg Liming [email protected]
Special Thanks to: Bruce Winter - MH
None