Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
- No longer register ZPS1 platform, see #153.
  • Loading branch information
ebaauw committed Jul 18, 2021
1 parent b8be81b commit 81849e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@

'use strict'

const { ZpPlatform, ZpS1Platform } = require('./lib/ZpPlatform')
const ZpPlatform = require('./lib/ZpPlatform')
const packageJson = require('./package.json')

module.exports = (homebridge) => {
ZpPlatform.loadPlatform(homebridge, packageJson, 'ZP', ZpPlatform)
ZpPlatform.loadPlatform(homebridge, packageJson, 'ZPS1', ZpS1Platform)
}

0 comments on commit 81849e3

Please sign in to comment.