Items BSC - hollie/misterhouse GitHub Wiki
BSC
See original
SYNOPSIS
None
DESCRIPTION
xAP support for Basic Status and Control schema
INHERITS
None
METHODS
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 |
INI PARAMETERS
None
AUTHOR
Gregg Liming [email protected]
Special Thanks to: Bruce Winter - MH
SEE ALSO
None
BSCMH_Item
SYNOPSIS
None
DESCRIPTION
None
INHERITS
None
METHODS
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 |
INI PARAMETERS
None
AUTHOR
Gregg Liming [email protected]
Special Thanks to: Bruce Winter - MH
SEE ALSO
None