mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -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 }) {
|
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'}`);
|
||||||
Reference in New Issue
Block a user