Typos a/an (#13876)
This commit is contained in:
@@ -303,7 +303,7 @@ public class LightThingHandler extends DeconzBaseThingHandler {
|
||||
LightMessage lightMessage = (LightMessage) stateResponse;
|
||||
|
||||
if (needsPropertyUpdate) {
|
||||
// if we did not receive an ctmin/ctmax, then we probably don't need it
|
||||
// if we did not receive a ctmin/ctmax, then we probably don't need it
|
||||
needsPropertyUpdate = false;
|
||||
|
||||
Integer ctmax = lightMessage.ctmax;
|
||||
|
||||
Reference in New Issue
Block a user