Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
carldanley committed Mar 3, 2024
1 parent f45328a commit 9fec1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/mqtt-client.go
Original file line number Diff line number Diff line change
@@ -144,6 +144,7 @@ func (mc *MQTTClient) HandleSetLightMessage(slug string, payload LightMessage) {

keyLookup := mc.stateMachine.GenerateSlug(payload.Controller, slug)
currentStateObj, exists := mc.stateMachine.OverlayModels.Load(keyLookup)

if !exists {
mc.Log.Debug("Skipping set with no cache available")

0 comments on commit 9fec1ed

Please sign in to comment.