Fixed comments

This commit is contained in:
ilcato
2015-09-15 14:26:42 +02:00
parent 983f136271
commit d36827f92d
+5 -5
View File
@@ -3,11 +3,11 @@
// Remember to add platform to config.json. Example: // Remember to add platform to config.json. Example:
// "platforms": [ // "platforms": [
// { // {
"platform": "FibaroHC2", // "platform": "FibaroHC2",
"name": "FibaroHC2", // "name": "FibaroHC2",
"host": "PUT IP ADDRESS OF YOUR HC2 HERE", // "host": "PUT IP ADDRESS OF YOUR HC2 HERE",
"username": "PUT USERNAME OF YOUR HC2 HERE", // "username": "PUT USERNAME OF YOUR HC2 HERE",
"password": "PUT PASSWORD OF YOUR HC2 HERE" // "password": "PUT PASSWORD OF YOUR HC2 HERE"
// } // }
// ], // ],
// //