mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
Add overseer tool result context
This commit is contained in:
@@ -9,4 +9,5 @@ function normalizeNeatoIssue(value) {
|
||||
|
||||
function toStateUpdate({ mode, homeAssistantState, neatoState, liftState, roster, triggerReason }) {
|
||||
const lines = [];
|
||||
lines.push(`trigger: ${triggerReason || '
|
||||
lines.push(`trigger: ${triggerReason || 'heartbeat'}`);
|
||||
lines.push(`mode: ${mode || 'unknown'}`);
|
||||
Reference in New Issue
Block a user