identifyThrottle fix p1

This commit is contained in:
2026-06-25 15:48:12 -05:00
parent d46071ad1d
commit 15b9e272f5

View File

@@ -212,6 +212,8 @@ function ThrottleInit()
local currentStates = getRelayStates()
Config.Throttles[throttleType] = {}
for pname, currentState in pairs(currentStates) do
local initialState = initialStates[pname]
for k, v in pairs(currentState) do