mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 01:50:47 -04:00
youe
This commit is contained in:
@@ -302,8 +302,8 @@ function handleBusEvent(event) {
|
||||
announce({
|
||||
channelId: channels.adminAlerts,
|
||||
color: 0x2196f3,
|
||||
title: 'Docked & Charging',
|
||||
description: `${payload?.roverId} is docked and charging.`,
|
||||
title: 'Docked',
|
||||
description: `${payload?.roverId} docked.`,
|
||||
});
|
||||
break;
|
||||
case 'battery.undocked':
|
||||
|
||||
Reference in New Issue
Block a user