Skip to content

Commit

Permalink
release preps
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-hh committed Mar 23, 2016
1 parent 0551e18 commit 1efec00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ var RaumfeldManager = require("node-raumfeld");
var loglevel = require("loglevel");
var RendererAccessory = require("./lib/RaumfeldRendererAccessory");
var utils = require("./lib/utils");
loglevel.setLevel("debug");

//loglevel.setLevel("debug");

module.exports = function(homebridge) {
// Accessory must be created from PlatformAccessory Constructor
Expand All @@ -24,7 +23,6 @@ function RaumfeldPlatform(log, config, api) {
}

RaumfeldPlatform.prototype.accessories = function(callback) {
console.log("Get accessories");
var self = this;
setTimeout(function() {
callback(self.createAccessories());
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-raumfeld",
"version": "0.0.1",
"version": "0.0.2",
"description": "Homebridge plugin for Raumfeld support: https://github.com/nfarina/homebridge",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1efec00

Please sign in to comment.