mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 01:50:47 -04:00
awaa
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// Idle Service Constants
|
||||
// Purpose: Defines idle timing and command constants used by idle automation workflows.
|
||||
// Scope: Centralizes immutable configuration for trigger windows and rover command payloads.
|
||||
const IDLE_TIMEOUT_MS = 2 * 60 * 1000;
|
||||
const NIGHT_VISION_DISABLE_ACTION = 'on';
|
||||
const DOCK_COMMAND_BASE64 = Buffer.from([143]).toString('base64');
|
||||
|
||||
module.exports = {
|
||||
IDLE_TIMEOUT_MS,
|
||||
NIGHT_VISION_DISABLE_ACTION,
|
||||
DOCK_COMMAND_BASE64,
|
||||
};
|
||||
Reference in New Issue
Block a user