diff --git a/pylitterbot/robot.py b/pylitterbot/robot.py index 9924d55..0b1b3d5 100644 --- a/pylitterbot/robot.py +++ b/pylitterbot/robot.py @@ -32,15 +32,15 @@ class UnitStatus(Enum): DPF = "Dump Position Fault" EC = "Empty Cycle" HPF = "Home Position Fault" - OFF = "Power Off" + OFF = "Off" OFFLINE = "Device Is Offline" OTF = "Over Torque Fault" P = "Clean Cycle Paused" PD = "Pinch Detect" RDY = "Ready" - SCF = "Cat Sensor Fault Startup" - SDF = "Drawer Full (0 cycles left)" - SPF = "Pinch Detect Startup" + SCF = "Cat Sensor Fault At Startup" + SDF = "Drawer Full At Startup" + SPF = "Pinch Detect At Startup" class Commands: """Known commands that can be sent to trigger an action or setting for a Litter-Robot Connect self-cleaning litter box""" diff --git a/setup.cfg b/setup.cfg index 0130162..a1853b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pylitterbot -version = 2021.2.4 +version = 2021.2.5 author = Nathan Spencer author_email = natekspencer@gmail.com description = Python package for controlling a Litter-Robot Connect self-cleaning litter box.