Skip to content

Commit

Permalink
Adjust UnitStatus text
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Feb 17, 2021
1 parent d439222 commit c0b6964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pylitterbot/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pylitterbot
version = 2021.2.4
version = 2021.2.5
author = Nathan Spencer
author_email = [email protected]
description = Python package for controlling a Litter-Robot Connect self-cleaning litter box.
Expand Down

0 comments on commit c0b6964

Please sign in to comment.