Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

Commit

Permalink
Publish v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cflurin committed Jun 1, 2016
1 parent d52c65d commit a1d5a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -83,7 +83,7 @@ WebsocketPlatform.prototype.addAccessory = function(accessoryDef) {
var uuid = UUIDGen.generate(name);

var newAccessory = new Accessory(name, uuid);
newsAccessory.reachable = true;
newAccessory.reachable = true;
newAccessory.context.service_name = accessoryDef.service;

//this.log.debug("addAccessory UUID = %s", newAccessory.UUID);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "homebridge-websocket",
"version": "0.1.7",
"version": "0.1.8",
"description": "Websocket Plugin for Homebridge",
"license": "ISC",
"author": {
Expand Down

0 comments on commit a1d5a9e

Please sign in to comment.