Planon IoT : IoT Platform - Developer's Guide : Products Endpoints : Products/Post : Request – Products/Post – tooltipElement Properties
Request – Products/Post – tooltipElement Properties
Property
Type
Description
Mandatory
tooltip
Array of Tooltip Elements
A tooltip displayed in IoT Platform maps and diagrams when you hover over a device. It shows the device status, which can be an event or property, as described below –
tooltip/type
String
Can be an event or property –
event – Is a tooltip showing the device reading value.
property – Is a tooltip showing the device property value.
tooltip/value
String
If the type (described above) is event, the value contains the Event typeCode-name. The value is connected to two properties of the service event – typeCode and name, and is represented in the following format: typeCodename. For example, 7-temperature.
If the type is property (described above), the value should be the property name to be displayed in the tooltip.