11.05.2021, 09:41
Sure, I already send you a pdf with the notes, by the way, they are JSON strings like the following:
READ MESSAGGE
{
"payload": {
"Type": "NotificationPackage"
"Item": {
"Name": "Temperatura-SudOvest"
"State": “28.5”
"Type": “NUMBER:FLOAT”
"Editable": 0,
"Link": ""
},
"TimeStamp": “2020-09-22T15:27:59.140Z”
}
}
WRITE MESSAGE
{
“Action”:“Post”
“Controller”:“Items”
“ItemName”:“Light-Box”
“ItemState”: “OFF”
}
TO REQUEST THE STATE OF A LAMP
{
“Action”:“GET”
“Controller”:“Items”
“ItemName”: “Light-Box”
}
TO REQUEST THE LIST OF OBJECTS
{
“Action”:“GET”
“Controller”: “Items”
}
READ MESSAGGE
{
"payload": {
"Type": "NotificationPackage"
"Item": {
"Name": "Temperatura-SudOvest"
"State": “28.5”
"Type": “NUMBER:FLOAT”
"Editable": 0,
"Link": ""
},
"TimeStamp": “2020-09-22T15:27:59.140Z”
}
}
WRITE MESSAGE
{
“Action”:“Post”
“Controller”:“Items”
“ItemName”:“Light-Box”
“ItemState”: “OFF”
}
TO REQUEST THE STATE OF A LAMP
{
“Action”:“GET”
“Controller”:“Items”
“ItemName”: “Light-Box”
}
TO REQUEST THE LIST OF OBJECTS
{
“Action”:“GET”
“Controller”: “Items”
}