Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Event: Door access denied. More...
Public Attributes | |
DoorAccessDenialReason | reason |
A DoorAccessDenialReason, specifying why the access was denied. More... | |
int | ruleId |
A matching rule that could not be fulfilled or -1 if no matching rule. More... | |
string | ruleName |
Name of the rule that could not be fulfilled or empty if no matching rule. More... | |
Public Attributes inherited from idl::Event | |
Object | source |
IDL object that originated the event. More... | |
Event: Door access denied.
This event will only be triggered if at least one DoorAccessRule exists and a card was inserted or keypad PIN entered, but none of the defined rules were sufficiently fulfilled to grant access.
If matching rules are found, this will be triggered for every matching rule that could not be fulfilled. Otherwise it will only be triggered once with the according DoorAccessDenialReason.
Definition at line 143 of file DoorAccessControl.idl.
DoorAccessDenialReason smartlock::DoorAccessControl::DoorAccessDeniedEvent::reason |
A DoorAccessDenialReason, specifying why the access was denied.
Definition at line 144 of file DoorAccessControl.idl.
int smartlock::DoorAccessControl::DoorAccessDeniedEvent::ruleId |
A matching rule that could not be fulfilled or -1 if no matching rule.
Definition at line 145 of file DoorAccessControl.idl.
string smartlock::DoorAccessControl::DoorAccessDeniedEvent::ruleName |
Name of the rule that could not be fulfilled or empty if no matching rule.
Definition at line 146 of file DoorAccessControl.idl.