zigbee-herdsman 0.18.6 → 0.18.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +1 -1
- package/.github/workflows/update_deps.yml +1 -1
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +8 -0
- package/dist/controller/events.d.ts +1 -1
- package/dist/controller/events.d.ts.map +1 -1
- package/dist/controller/events.js +1 -0
- package/dist/controller/events.js.map +1 -1
- package/package.json +3 -3
package/.github/workflows/ci.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.7](https://github.com/Koenkk/zigbee-herdsman/compare/v0.18.6...v0.18.7) (2023-09-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Expose `commandMcuVersionResponse` https://github.com/Koenkk/zigbee2mqtt/issues/17008 ([a75c8ef](https://github.com/Koenkk/zigbee-herdsman/commit/a75c8ef162078ba5b28417c01b29319c95c58aad))
|
|
9
|
+
* **ignore:** update dependencies ([#758](https://github.com/Koenkk/zigbee-herdsman/issues/758)) ([cafc26e](https://github.com/Koenkk/zigbee-herdsman/commit/cafc26e5410e9d38490ae11111c78ad6b153db1f))
|
|
10
|
+
|
|
3
11
|
## [0.18.6](https://github.com/Koenkk/zigbee-herdsman/compare/v0.18.5...v0.18.6) (2023-09-02)
|
|
4
12
|
|
|
5
13
|
|
|
@@ -40,7 +40,7 @@ interface LastSeenChangedPayload {
|
|
|
40
40
|
declare const CommandsLookup: {
|
|
41
41
|
[s: string]: MessagePayloadType;
|
|
42
42
|
};
|
|
43
|
-
type MessagePayloadType = 'attributeReport' | 'readResponse' | 'raw' | 'read' | 'write' | 'commandOn' | 'commandOffWithEffect' | 'commandStep' | 'commandStop' | 'commandHueNotification' | 'commandOff' | 'commandStepColorTemp' | 'commandMoveWithOnOff' | 'commandMove' | 'commandMoveHue' | 'commandStepHue' | 'commandStepSaturation' | 'commandMoveToSaturation' | 'commandStopWithOnOff' | 'commandMoveToLevelWithOnOff' | 'commandToggle' | 'commandTradfriArrowSingle' | 'commandTradfriArrowHold' | 'commandTradfriArrowRelease' | 'commandStepWithOnOff' | 'commandMoveToColorTemp' | 'commandMoveToColor' | 'commandOnWithTimedOff' | 'commandRecall' | 'commandArm' | 'commandPanic' | 'commandEmergency' | 'commandColorLoopSet' | 'commandOperationEventNotification' | 'commandStatusChangeNotification' | 'commandEnhancedMoveToHueAndSaturation' | 'commandUpOpen' | 'commandDownClose' | 'commandMoveToLevel' | 'commandMoveColorTemp' | 'commandDataResponse' | 'commandDataReport' | 'commandGetWeeklyScheduleRsp' | 'commandQueryNextImageRequest' | 'commandNotification' | 'commandAlertsNotification' | 'commandProgrammingEventNotification' | 'commandGetPinCodeRsp' | 'commandArrivalSensorNotify' | 'commandCommisioningNotification' | 'commandGetUserStatusRsp' | 'commandAlarm' | 'commandUnlockDoorRsp' | 'commandAtHome' | 'commandGoOut' | 'commandCinema' | 'commandRepast' | 'commandSleep' | 'commandStudyKeyRsp' | 'commandCreateIdRsp' | 'commandGetIdAndKeyCodeListRsp' | 'commandMcuSyncTime' | 'commandGetPanelStatus' | 'commandCheckIn' | 'commandActiveStatusReport' | 'commandActiveStatusReportAlt' | 'commandMoveToHue' | 'commandStore' | 'commandWiserSmartSetSetpoint' | 'commandWiserSmartCalibrateValve' | 'commandSiglisZigfredButtonEvent' | 'commandDanfossSetpointCommand' | 'commandZosungSendIRCode00' | 'commandZosungSendIRCode01' | 'commandZosungSendIRCode02' | 'commandZosungSendIRCode04' | 'zosungSendIRCode03Resp' | 'zosungSendIRCode05Resp' | 'commandMcuGatewayConnectionStatus' | 'commandSchneiderWiserThermostatBoost';
|
|
43
|
+
type MessagePayloadType = 'attributeReport' | 'readResponse' | 'raw' | 'read' | 'write' | 'commandOn' | 'commandOffWithEffect' | 'commandStep' | 'commandStop' | 'commandHueNotification' | 'commandOff' | 'commandStepColorTemp' | 'commandMoveWithOnOff' | 'commandMove' | 'commandMoveHue' | 'commandStepHue' | 'commandStepSaturation' | 'commandMoveToSaturation' | 'commandStopWithOnOff' | 'commandMoveToLevelWithOnOff' | 'commandToggle' | 'commandTradfriArrowSingle' | 'commandTradfriArrowHold' | 'commandTradfriArrowRelease' | 'commandStepWithOnOff' | 'commandMoveToColorTemp' | 'commandMoveToColor' | 'commandOnWithTimedOff' | 'commandRecall' | 'commandArm' | 'commandPanic' | 'commandEmergency' | 'commandColorLoopSet' | 'commandOperationEventNotification' | 'commandStatusChangeNotification' | 'commandEnhancedMoveToHueAndSaturation' | 'commandUpOpen' | 'commandDownClose' | 'commandMoveToLevel' | 'commandMoveColorTemp' | 'commandDataResponse' | 'commandDataReport' | 'commandGetWeeklyScheduleRsp' | 'commandQueryNextImageRequest' | 'commandNotification' | 'commandAlertsNotification' | 'commandProgrammingEventNotification' | 'commandGetPinCodeRsp' | 'commandArrivalSensorNotify' | 'commandCommisioningNotification' | 'commandGetUserStatusRsp' | 'commandAlarm' | 'commandUnlockDoorRsp' | 'commandMcuVersionResponse' | 'commandAtHome' | 'commandGoOut' | 'commandCinema' | 'commandRepast' | 'commandSleep' | 'commandStudyKeyRsp' | 'commandCreateIdRsp' | 'commandGetIdAndKeyCodeListRsp' | 'commandMcuSyncTime' | 'commandGetPanelStatus' | 'commandCheckIn' | 'commandActiveStatusReport' | 'commandActiveStatusReportAlt' | 'commandMoveToHue' | 'commandStore' | 'commandWiserSmartSetSetpoint' | 'commandWiserSmartCalibrateValve' | 'commandSiglisZigfredButtonEvent' | 'commandDanfossSetpointCommand' | 'commandZosungSendIRCode00' | 'commandZosungSendIRCode01' | 'commandZosungSendIRCode02' | 'commandZosungSendIRCode04' | 'zosungSendIRCode03Resp' | 'zosungSendIRCode05Resp' | 'commandMcuGatewayConnectionStatus' | 'commandSchneiderWiserThermostatBoost';
|
|
44
44
|
interface MessagePayload {
|
|
45
45
|
type: MessagePayloadType;
|
|
46
46
|
device: Device;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/controller/events.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,QAAQ,CAAC;AACpC,OAAO,EAAC,MAAM,EAAE,QAAQ,EAAC,MAAM,SAAS,CAAC;AACzC,OAAO,EAAC,QAAQ,EAAC,MAAM,UAAU,CAAC;AAElC,aAAK,MAAM;IACP,OAAO,YAAY;IACnB,mBAAmB,wBAAwB;IAC3C,YAAY,iBAAiB;IAC7B,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,2BAA2B,gCAAgC;IAC3D,WAAW,gBAAgB;IAC3B,iBAAiB,sBAAsB;IACvC,eAAe,oBAAoB;CACtC;AAED,UAAU,mBAAmB;IACzB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,sBAAsB;IAC5B,MAAM,EAAE,SAAS,GAAG,YAAY,GAAG,QAAQ,CAAC;IAC5C,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,kCAAkC;IACxC,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,qBAAqB;IAC3B,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,kBAAkB;IACxB,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,wBAAwB;IAC9B,SAAS,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,eAAe,GAAG,QAAQ,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAC1E;AAED,UAAU,sBAAsB;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,mBAAmB,CAAC;CACzG;AAED,QAAA,MAAM,cAAc,EAAE;IAAC,CAAC,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAA;
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/controller/events.ts"],"names":[],"mappings":"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"}
|
|
@@ -54,6 +54,7 @@ const CommandsLookup = {
|
|
|
54
54
|
'upOpen': 'commandUpOpen',
|
|
55
55
|
'dataResponse': 'commandDataResponse',
|
|
56
56
|
'dataReport': 'commandDataReport',
|
|
57
|
+
'mcuVersionResponse': 'commandMcuVersionResponse',
|
|
57
58
|
'getWeeklyScheduleRsp': 'commandGetWeeklyScheduleRsp',
|
|
58
59
|
'queryNextImageRequest': 'commandQueryNextImageRequest',
|
|
59
60
|
'alertsNotification': 'commandAlertsNotification',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/controller/events.ts"],"names":[],"mappings":";;;AAIA,IAAK,MAUJ;AAVD,WAAK,MAAM;IACP,6BAAmB,CAAA;IACnB,qDAA2C,CAAA;IAC3C,uCAA6B,CAAA;IAC7B,6CAAmC,CAAA;IACnC,2CAAiC,CAAA;IACjC,qEAA2D,CAAA;IAC3D,qCAA2B,CAAA;IAC3B,iDAAuC,CAAA;IACvC,6CAAmC,CAAA;AACvC,CAAC,EAVI,MAAM,KAAN,MAAM,QAUV;
|
|
1
|
+
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/controller/events.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@serialport/bindings-cpp": "^12.0.1",
|
|
29
|
-
"@serialport/parser-delimiter": "^
|
|
30
|
-
"@serialport/stream": "^
|
|
29
|
+
"@serialport/parser-delimiter": "^12.0.0",
|
|
30
|
+
"@serialport/stream": "^12.0.0",
|
|
31
31
|
"bonjour-service": "^1.1.1",
|
|
32
32
|
"debounce": "^1.2.1",
|
|
33
33
|
"debug": "^4.3.4",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"eslint": "node_modules/.bin/eslint . --ext .ts --max-warnings=0",
|
|
86
86
|
"docs": "typedoc --tsconfig typedoc-tsconfig.json"
|
|
87
87
|
},
|
|
88
|
-
"version": "0.18.
|
|
88
|
+
"version": "0.18.7",
|
|
89
89
|
"jest": {
|
|
90
90
|
"coverageThreshold": {
|
|
91
91
|
"global": {
|