neato updates

This commit is contained in:
legop3
2026-08-14 20:25:07 -04:00
parent b24d453ad1
commit 4430517af5
9 changed files with 116 additions and 47 deletions
+1
View File
@@ -365,6 +365,7 @@ export function SessionProvider({ children }) {
neatoLocate: () => emitWithAck('neato:locate'),
neatoClearErrors: () => emitWithAck('neato:clearErrors'),
neatoPowerCycle: () => emitWithAck('neato:powerCycle'),
neatoSetNavigationMode: (mode) => emitWithAck('neato:setNavigationMode', { mode }),
liftUp: () => emitWithAck('lift:up'),
liftDown: () => emitWithAck('lift:down'),
setNickname: (nickname) => emitWithAck('nickname:set', { nickname }),