Тема: Get messages with sensors values
Is there any flag or method to get the sensor values in the messages. I got the messages using messages_load_interval with php but i want get the sensor values to show in a table. Is this possible?
$params = array(
"itemId"=>$idUnit,
"timeFrom"=>$startDate,
"timeTo"=>$endDatel,
"flags"=>0x0000,
"flagsMask"=>0xFF00,
"loadCount"=>0xffffffff
);
Thanks