We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0a961 commit 178bd15Copy full SHA for 178bd15
lib/HomeSeerUtilities.js
@@ -93,8 +93,7 @@ checkConfig = function(config)
93
94
for (var i in config.accessories)
95
{
96
- this.log(green("Checking config.json configuration data for accessory #: ")
97
- + cyan(i+1) + green(", named: ") + cyan(config.accessories[i].name)
+ this.log(green("Checking config.json configuration data for accessory named: ") + cyan(config.accessories[i].name)
98
+ green(", of type: ") + cyan(config.accessories[i].type ));
99
100
if((config.accessories[i].type) && (!supportedType(config.accessories[i].type)) )
0 commit comments