Sending the litter_robot.sleep_enable a payload of the following from the Developer Tools/Services tab enables the 8 hour sleep mode at the current time.
{
"h": 0,
"min": 0,
"s": 0
}
This payload sets it to just be finished, so it will enter sleep mode again in 16 hours.
{
"h": 8,
"min": 0,
"s": 0
}
The service litter_robot.sleep_disable turns off sleep mode regardless of the set time.
Completes #27
Sending the
litter_robot.sleep_enable
a payload of the following from the Developer Tools/Services tab enables the 8 hour sleep mode at the current time.This payload sets it to just be finished, so it will enter sleep mode again in 16 hours.
The service
litter_robot.sleep_disable
turns off sleep mode regardless of the set time.