(function() C3C.Lib.State.DayTime = {} local isDay = false C3C.KnxAddresses.Watch("Day/Night", function(ga) isDay = ga.Value == 0 end) C3C.Lib.State.DayTime.IsDay = function() return isDay end end)()