mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
neeato
This commit is contained in:
@@ -163,6 +163,9 @@ export function SessionProvider({ children }) {
|
||||
emitWithAck('homeAssistant:lightColor', { entityId, rgbColor }),
|
||||
homeAssistantSetLightWhite: (entityId) =>
|
||||
emitWithAck('homeAssistant:lightWhite', { entityId }),
|
||||
neatoStart: () => emitWithAck('neato:start'),
|
||||
neatoSendHome: () => emitWithAck('neato:sendHome'),
|
||||
neatoLocate: () => emitWithAck('neato:locate'),
|
||||
setNickname: (nickname) => emitWithAck('nickname:set', { nickname }),
|
||||
requestVerification: () => emitWithAck('verification:request'),
|
||||
requestPrivateRoverAccess: (roverId) =>
|
||||
|
||||
Reference in New Issue
Block a user