We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffa4f2 commit 2df5877Copy full SHA for 2df5877
index.js
@@ -1383,6 +1383,7 @@ function updateAllFromHSData()
1383
for (var HSReference in _statusObjects)
1384
{
1385
var statusObjectGroup = _statusObjects[HSReference];
1386
+ // console.log(chalk.magenta.bold("* Debug * - Updating for reference " + HSReference + " a group with length " + statusObjectGroup.length));
1387
for (var thisCharacteristic in statusObjectGroup)
1388
1389
updateCharacteristicFromHSData(statusObjectGroup[thisCharacteristic]);
0 commit comments