Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Feedback from gateway sensor configuration usage. More...
Public Types | |
enum | FeedbackState { UNSPECIFIED , INTENTIONALLY_UNUSED , FAILED_PRECONDITIONS_UNUSED , FAILED , GOOD } |
Public Attributes | |
string | key |
empty or free defined value name More... | |
string | value |
message or value More... | |
FeedbackState | stateTansitionTo |
this FeedbackObject changes state, if not UNSPECIFIED More... | |
Feedback from gateway sensor configuration usage.
There is no knowledge of Feedback required to configure gateway sensors. The following is only needed for special tools that monitor the usage of the configurations above.
Definition at line 674 of file GatewaySensorManager.idl.
enum peripheral::GatewaySensorManager::FeedbackObject::FeedbackState |
Definition at line 675 of file GatewaySensorManager.idl.
string peripheral::GatewaySensorManager::FeedbackObject::key |
empty or free defined value name
Definition at line 683 of file GatewaySensorManager.idl.
FeedbackState peripheral::GatewaySensorManager::FeedbackObject::stateTansitionTo |
this FeedbackObject changes state, if not UNSPECIFIED
Definition at line 685 of file GatewaySensorManager.idl.
string peripheral::GatewaySensorManager::FeedbackObject::value |
message or value
Definition at line 684 of file GatewaySensorManager.idl.