mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
awaa
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// Idle Service State
|
||||
// Purpose: Stores runtime timer and bookkeeping state for idle automation scheduling.
|
||||
// Scope: Encapsulates mutable idle-tracking data shared by idle service modules.
|
||||
const runtime = {
|
||||
timer: null,
|
||||
deadlineAt: null,
|
||||
lastTriggeredAt: null,
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
runtime,
|
||||
};
|
||||
Reference in New Issue
Block a user