9 lines
302 B
Lua
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
|