File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1818npm run build
1919npm prune --production
2020
21- shasum --algorithm 256 manifest.json package.json lib/* .js lib/driver/* .js lib/zigbee2mqtt/* .js lib/ * .json LICENSE README.md > SHA256SUMS
21+ shasum --algorithm 256 manifest.json package.json lib/* .js lib/driver/* .js lib/zigbee2mqtt/* .js LICENSE README.md > SHA256SUMS
2222
2323find node_modules \( -type f -o -type l \) -exec shasum --algorithm 256 {} \; >> SHA256SUMS
2424
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ function debug(): boolean {
1717 return DEBUG_FLAG . DEBUG_zigbee2mqtt ;
1818}
1919
20- import manifest from '../manifest.json' ;
21-
2220interface Response {
2321 data ?: {
2422 id ?: string ;
@@ -59,7 +57,7 @@ export class Zigbee2MqttAdapter extends Adapter {
5957 super (
6058 addonManager ,
6159 `zb-zigbee2mqtt-${ adapterConfig . host } :${ adapterConfig . port ?? DEFAULT_PORT } ` ,
62- manifest . id
60+ 'zigbee-adapter'
6361 ) ;
6462 this . prefix = adapterConfig . topicPrefix ?? 'zigbee2mqtt' ;
6563 this . connect ( ) ;
You can’t perform that action at this time.
0 commit comments