Skip to content

Commit

Permalink
Merge pull request #46 from ElRedef/main
Browse files Browse the repository at this point in the history
Updated States and State descriptions
  • Loading branch information
TA2k authored Oct 18, 2024
2 parents d86112d + 327f5d6 commit f3e3815
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,25 @@ class Boschindego extends utils.Adapter {
this.states = {
state: {
0: 'Reading status',
257: 'Charging',
257: 'Trickle Charging',
258: 'Docked',
259: 'Docked - Software update',
260: 'Docked',
260: 'Charging',
261: 'Docked',
262: 'Docked - Loading map',
263: 'Docked - Saving map',
265: 'Border Cut',
266: 'Leaving Dock',
513: 'Mowing',
514: 'Relocalising',
515: 'Loading map',
516: 'Learning lawn',
517: 'Paused',
518: 'Border cut',
519: 'Idle in lawn',
523: 'SpotMow',
524: 'MowingRandomly',
768: 'Returning to Dock',
769: 'Returning to Dock',
770: 'Returning to Dock',
771: 'Returning to Dock - Battery low',
Expand Down Expand Up @@ -385,10 +390,10 @@ class Boschindego extends utils.Adapter {
{ command: 'Refresh', name: 'True = Refresh' },
{ command: 'state_mow', name: 'True = Mow' },
{ command: 'state_pause', name: 'True = Pause' },
{ command: 'state_returnToDock', name: 'True = Pause' },
{ command: 'state_returnToDock', name: 'True = return to dock' },
{ command: 'reset_blade', name: 'True = Reset Blades' },
{ command: 'reset_alerts', name: 'True = Reset Alerts' },
{ command: 'calendar_get', name: 'True = Get' },
{ command: 'calendar_get', name: 'True = Get calendar' },
{
command: 'calendar_set',
name: 'Set Calendar as JSON',
Expand Down

0 comments on commit f3e3815

Please sign in to comment.