Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61dd132fad | ||
|
|
a13242328e | ||
|
|
03618c6362 | ||
|
|
867a1ebbe3 | ||
|
|
6cb8f72028 | ||
|
|
4eba434852 | ||
|
|
568cc551fb | ||
|
|
89edac94e0 | ||
|
|
a8e1812d9f | ||
|
|
3ac1dbf683 | ||
|
|
4971bf389a | ||
|
|
d3e9629ec0 | ||
|
|
f49839b39f |
@ -7,9 +7,6 @@
|
|||||||
[](https://www.npmjs.com/package/homebridge-smarthomeng)
|
[](https://www.npmjs.com/package/homebridge-smarthomeng)
|
||||||
[](https://www.npmjs.com/package/homebridge-smarthomeng)
|
[](https://www.npmjs.com/package/homebridge-smarthomeng)
|
||||||
|
|
||||||
**Version v2 is a complete rewrite from scratch and a breaking update.**
|
|
||||||
You need to adapt your [`config.json`](#example-configuration-file) !
|
|
||||||
|
|
||||||
## Currently supported accessories
|
## Currently supported accessories
|
||||||
This plugin currently supports the following services (and characteristics):
|
This plugin currently supports the following services (and characteristics):
|
||||||
|
|
||||||
|
|||||||
3310
package-lock.json
generated
3310
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -2,7 +2,7 @@
|
|||||||
"private": false,
|
"private": false,
|
||||||
"displayName": "SmartHomeNG",
|
"displayName": "SmartHomeNG",
|
||||||
"name": "homebridge-smarthomeng",
|
"name": "homebridge-smarthomeng",
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"description": "SmartHomeNG plugin for Homebridge",
|
"description": "SmartHomeNG plugin for Homebridge",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -27,17 +27,17 @@
|
|||||||
"homebridge-plugin"
|
"homebridge-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ws": "^8.6.0"
|
"ws": "^8.12.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^17.0.33",
|
"@types/node": "^18.13.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
||||||
"@typescript-eslint/parser": "^5.23.0",
|
"@typescript-eslint/parser": "^5.52.0",
|
||||||
"eslint": "^8.15.0",
|
"eslint": "^8.34.0",
|
||||||
"homebridge": "^1.3.9",
|
"homebridge": "^1.6.0",
|
||||||
"nodemon": "^2.0.16",
|
"nodemon": "^2.0.20",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^4.1.2",
|
||||||
"ts-node": "^10.7.0",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^4.6.4"
|
"typescript": "^4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user