/AWS1/CL_IOSPROPERTYNOTIF¶
Contains asset property value notification information. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_topic TYPE /AWS1/IOSPROPERTYNOTIFTOPIC /AWS1/IOSPROPERTYNOTIFTOPIC¶
The MQTT topic to which IoT SiteWise publishes property value update notifications.
iv_state TYPE /AWS1/IOSPROPERTYNOTIFSTATE /AWS1/IOSPROPERTYNOTIFSTATE¶
The current notification state.
Queryable Attributes¶
topic¶
The MQTT topic to which IoT SiteWise publishes property value update notifications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPIC() |
Getter for TOPIC, with configurable default |
ASK_TOPIC() |
Getter for TOPIC w/ exceptions if field has no value |
HAS_TOPIC() |
Determine if TOPIC has a value |
state¶
The current notification state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |