Files
2026-07-06 14:01:11 -04:00

9 lines
302 B
Lua

local Constants = {
SIGNALR_NAMESPACE = "TimedEntertainmentAllowanceNotifications",
SIGNALR_TYPE_NEW_INSTRUCTION = "NewInstruction",
HEARTBEAT_NOTIFICATIONS_NAMESPACE = "ScreenTimeClientNotifications",
HEARTBEAT_NOTIFICATION_TYPE_NEW_INSTRUCTION = "ScreentimeInstructionCheck",
}
return Constants