Skip to content

Commit

Permalink
Merge pull request #18 from andrexp/Update_docs
Browse files Browse the repository at this point in the history
Update error codes
  • Loading branch information
FredBit90 authored Mar 20, 2024
2 parents 75426af + 5eed153 commit f5725bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
MQTT_PUBLISH_RETAIN = False # Publish Command as retain
GARDENA_NNG_FORWARD_PATH_EVT = "ipc:///tmp/lemonbeatd-event.ipc" # nngforward path from Gardena Smart Gateway to receive events
GARDENA_NNG_FORWARD_PATH_CMD = "ipc:///tmp/lemonbeatd-command.ipc" # nngforward path from Gardena Smart Gateway to publish commands
SCRIPT_VERSION = '1.1.1.0' # Version of GardenaLocalControl script
SCRIPT_VERSION = '1.1.1.1' # Version of GardenaLocalControl script
1 change: 1 addition & 0 deletions docs/control_telegram
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Error-Codes
1 = Outside working area
2 = No loop signal
10 = Upside down
12 = Battery empty
15 = Lifted
16 = Stuck in charging station
17 = Charging station blocked
Expand Down

0 comments on commit f5725bf

Please sign in to comment.