It renders the product connection status within a colored badge.
The filter variants can be applied to metrics and properties holding the connection status value.
The cloud status is identified by numerical values associated with a label.
Value | Text Representation |
---|---|
0 | OFFLINE |
1 | ONLINE |
Null or empty values are always handled as OFFLINE.
Without this filter, the cloud status value is printed as simple text.
Filter Variants
The set of predefined filter variants that can be used to format values.
Connection Status | Prints out the connection status within a colored badge. Name: connectionStatus Input Types: STRING, INTEGER Output Type: HTML |
Connection Status Circle | Prints out the connection status as colored circle. Name: connectionStatusCircle Input Types: STRING, INTEGER Output Type: HTML |