mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Move to zigbee-herdsman.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const zclId = require('zcl-id');
|
||||
const zclId = require('zigbee-herdsman/zcl-id');
|
||||
|
||||
const OneJanuary2000 = new Date('January 01, 2000 00:00:00').getTime();
|
||||
|
||||
|
||||
+2
-2
@@ -3,8 +3,8 @@
|
||||
* Based on: https://github.com/zigbeer/zapp-cie
|
||||
*/
|
||||
|
||||
const Ziee = require('ziee');
|
||||
const Zive = require('zive');
|
||||
const Ziee = require('zigbee-herdsman/ziee');
|
||||
const Zive = require('zigbee-herdsman/zive');
|
||||
const cieClusters = new Ziee();
|
||||
// Direction-Value 1: input, 2: output, 3: input/output
|
||||
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
const ZShepherd = require('zigbee-shepherd');
|
||||
const ZShepherd = require('zigbee-herdsman');
|
||||
const logger = require('./util/logger');
|
||||
const settings = require('./util/settings');
|
||||
const data = require('./util/data');
|
||||
@@ -6,7 +6,7 @@ const utils = require('./util/utils');
|
||||
const ZigbeeQueue = require('./util/zigbeeQueue');
|
||||
const cieApp = require('./zapp/cie');
|
||||
const objectAssignDeep = require('object-assign-deep');
|
||||
const zclId = require('zcl-id');
|
||||
const zclId = require('zigbee-herdsman/zcl-id');
|
||||
|
||||
const advancedSettings = settings.get().advanced;
|
||||
|
||||
|
||||
Generated
+604
-1003
File diff suppressed because it is too large
Load Diff
+2
-5
@@ -43,12 +43,9 @@
|
||||
"rimraf": "*",
|
||||
"semver": "*",
|
||||
"winston": "2.4.2",
|
||||
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
|
||||
"ziee": "*",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#f6dc5b4469a87c90007dfc9f0d329cdb01d35072",
|
||||
"zigbee-herdsman": "git+https://github.com/Koenkk/zigbee-herdsman.git#d6cd7eeed592900a9b3bbb1ab68c08ea632d49ab",
|
||||
"zigbee-shepherd-converters": "9.0.22",
|
||||
"deep-diff": "*",
|
||||
"zive": "*"
|
||||
"deep-diff": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.11",
|
||||
|
||||
Reference in New Issue
Block a user