Skip to content

Commit

Permalink
Add Locate / Find
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoletti116 authored and koalazak committed Sep 22, 2021
1 parent f420377 commit c5a001b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/v2/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ var dorita980 = function localV2 (user, password, host, emitIntervalTime) {
stop: () => _apiCall('cmd', 'stop'),
resume: () => _apiCall('cmd', 'resume'),
dock: () => _apiCall('cmd', 'dock'),
find: () => _apiCall('cmd', 'find'),
evac: () => _apiCall('cmd', 'evac'),
train: () => _apiCall('cmd', 'train'),
setWeek: (args) => _apiCall('delta', {cleanSchedule: args}),
Expand Down

0 comments on commit c5a001b

Please sign in to comment.