diff options
-rwxr-xr-x | drcontrol.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drcontrol.py b/drcontrol.py index b8c3477..83e83fd 100755 --- a/drcontrol.py +++ b/drcontrol.py @@ -77,6 +77,10 @@ class relay_data(dict): "2":"8", "3":"20", "4":"80" + "5":"1", + "6":"4", + "7":"10", + "8":"40" } def __getitem__(self, key): return self[key] |