Add Carwings accessory shim

This commit is contained in:
Nick Farina
2014-11-30 22:44:44 -08:00
parent 1ff9f9e235
commit b4fe5421b8
6 changed files with 191 additions and 17 deletions

View File

@@ -4,6 +4,7 @@ var xmldoc = require("xmldoc");
function XfinityHomeAccessory(log, config) {
this.log = log;
this.siriName = config["siri_name"];
this.email = config["email"];
this.password = config["password"];
this.dsig = config["dsig"];
@@ -153,7 +154,7 @@ XfinityHomeAccessory.prototype = {
onUpdate: null,
perms: ["pr"],
format: "string",
initialValue: "Xfinity Home",
initialValue: this.siriName,
supportEvents: false,
supportBonjour: false,
manfDescription: "Name of the accessory",