Add overseer tool result context

This commit is contained in:
legop3
2026-06-17 21:36:24 -04:00
parent f130bba8a8
commit d8f617493a
@@ -9,4 +9,5 @@ function normalizeNeatoIssue(value) {
function toStateUpdate({ mode, homeAssistantState, neatoState, liftState, roster, triggerReason }) { function toStateUpdate({ mode, homeAssistantState, neatoState, liftState, roster, triggerReason }) {
const lines = []; const lines = [];
lines.push(`trigger: ${triggerReason || ' lines.push(`trigger: ${triggerReason || 'heartbeat'}`);
lines.push(`mode: ${mode || 'unknown'}`);