The payload exemple received
// Exemplo object receive
{
target : 22,
stripMin : 10,
stripMax : 25,
day : 5,
enableDay : 1,
timeSwitchedOn : '09:41',
timeSwitchedOff : '16:00'
}
The sample payload sent
// Exemplo object sent
{
target : 22,
stripMin : 10,
stripMax : 25,
on : 1
}