Creation of an accessory to control the climate control for a Tesla Model S with accompanying changes to package.json (to add the teslams package) and the sample config file.

This commit is contained in:
Paul Beswick
2015-07-23 13:47:41 -04:00
parent 38f3d9b82e
commit 385b615b81
3 changed files with 128 additions and 1 deletions

View File

@@ -148,6 +148,13 @@
"type": "rgbw", // Bulb type (rgbw, rgb, white) |
"delay": 35, // Delay between commands sent to the WiFi bridge (default 35) |
"repeat": 3 // Number of times each command is repeated for reliability (default 3) |
},
{
"accessory": "Tesla",
"name": "Tesla",
"description": "This shim supports controlling climate control on the Tesla Model S.",
"username": "tesla_email",
"password" : "tesla_password"
}
]
}