Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Sep 26, 2023
1 parent c3b8e54 commit 761570c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class Hue extends utils.Adapter {
return;
}

// check if its a sensor
// check if it's a sensor
const channelId = id.substring(0, id.lastIndexOf('.'));

let channelObj;
Expand Down

0 comments on commit 761570c

Please sign in to comment.