| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
import <Keypad.idl;
| Public Attributes | |
| string | id | 
| Keypad ID used in events and traps. | |
| string | manufacturer | 
| manufacturer | |
| string | product | 
| product | |
| string | serialNumber | 
| serial number (S/N) | |
| int | channel | 
| one device (S/N) can provide multiple keypads | |
| string | position | 
| Position of the keypad. | |
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.