SensorsS (String) Interface
This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:
CStr SensorsS(int32_t Parameter, CStr Argument);
This interface returns a string with the result of the query according to the value of the variable Parameter, which can be one of the following:
Parameter 0: Sensors.Name read
This parameter gets the name of the active sensor object.
Parameter 1: Sensors.Name write
This parameter sets the name of the active sensor object.
Parameter 2: Sensors.MeteredElement read
This parameter gets the full name of the measured element.
Parameter 3: Sensors.MeteredElement write
This parameter sets the full name of the measured element.