Skip to content

Commit

Permalink
Merge pull request #59 from ToddGreenfield/dev
Browse files Browse the repository at this point in the history
0.7.15
  • Loading branch information
cbrandlehner authored Feb 28, 2020
2 parents d1f4223 + a5fbad1 commit aa0bf29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

10 changes: 6 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

let Service;
let Characteristic;
let Accessory;
// let Accessory;
let RxInputs;
const pollingtoevent = require('polling-to-event');

const accessories = [];
// const accessories = [];
const info = require('./package.json');

const RxTypes = require('./rx-types.js');
// Are we actually using rx-types.js anywhere?
// const RxTypes = require('./rx-types.js');

class OnkyoPlatform {
constructor(log, config, api) {
Expand Down Expand Up @@ -267,7 +268,8 @@ class OnkyoAccessory {
const that = platform;
// Status Polling
if (that.switchHandling === 'poll') {
const powerurl = that.status_url;
// somebody instroduced powerurl but we are never using it.
// const powerurl = that.status_url;
that.log.debug('start long poller..');
// PWR Polling
const statusemitter = pollingtoevent(done => {
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-onkyo",
"version": "0.7.14",
"version": "0.7.15",
"description": "Homebridge plugin for Onkyo Receivers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit aa0bf29

Please sign in to comment.