|
Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Attributes | |
| string | id |
| Keypad ID used in events and traps. More... | |
| string | manufacturer |
| manufacturer More... | |
| string | product |
| product More... | |
| string | serialNumber |
| serial number (S/N) More... | |
| int | channel |
| one device (S/N) can provide multiple keypads More... | |
| string | position |
| Position of the keypad. More... | |
Keypad Metadata.
Definition at line 24 of file Keypad.idl.
| int smartlock::Keypad::MetaData::channel |
one device (S/N) can provide multiple keypads
Definition at line 29 of file Keypad.idl.
| string smartlock::Keypad::MetaData::id |
Keypad ID used in events and traps.
Definition at line 25 of file Keypad.idl.
| string smartlock::Keypad::MetaData::manufacturer |
manufacturer
Definition at line 26 of file Keypad.idl.
| string smartlock::Keypad::MetaData::position |
Position of the keypad.
A string, representing the position in the 1-wire topology and the channel of the keypad (e.g. D1:H1:C1-1)
Definition at line 30 of file Keypad.idl.
| string smartlock::Keypad::MetaData::product |
product
Definition at line 27 of file Keypad.idl.
| string smartlock::Keypad::MetaData::serialNumber |
serial number (S/N)
Definition at line 28 of file Keypad.idl.