Skip to content

Commit 2df5877

Browse files
authored
Update index.js
1 parent 4ffa4f2 commit 2df5877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,7 @@ function updateAllFromHSData()
13831383
for (var HSReference in _statusObjects)
13841384
{
13851385
var statusObjectGroup = _statusObjects[HSReference];
1386+
// console.log(chalk.magenta.bold("* Debug * - Updating for reference " + HSReference + " a group with length " + statusObjectGroup.length));
13861387
for (var thisCharacteristic in statusObjectGroup)
13871388
{
13881389
updateCharacteristicFromHSData(statusObjectGroup[thisCharacteristic]);

0 commit comments

Comments
 (0)