Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 9, 2022
1 parent ee918ee commit f08f02a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 52 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to homebridge-ewelink will be documented in this file.

## 10.2.0 (2022-10-09)

### Added

- Support devices with UIID 173 (Sonoff L3)
- Support devices with UIID 3258 (Zigbee RGBW light)
- Work-in-progress for devices with UUIDs:
- 130 (SPM sub-unit)
- 174 (SwitchMan devices)
- 1514 (Zigbee motor controller)

### Changed

- Allow for node v18.10.0
- Update axios to `v1.1.2`

### Fixed

- Incorrectly exposing Sonoff M5 devices as programmable switches

## 10.1.0 (2022-09-25)

### Added
Expand All @@ -12,10 +32,10 @@ All notable changes to homebridge-ewelink will be documented in this file.
- Support devices with UUID 190 (POWR316/POWR316D/POWR320D)
- Work-in-progress for devices with UUIDs:
- 130 (SPM sub-unit)
- 160/161/162/174 (SwitchMan devices)
- 174 (SwitchMan devices)
- 173 (Sonoff L3)
- 1514 (Zigbee motor controller)
- 3258 (Zigbee RGB light)
- 3258 (Zigbee RGBW light)

### Changed

Expand Down
78 changes: 30 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^1.0.0",
"axios": "^1.1.2",
"node-persist": "^3.1.0",
"p-queue": "^7.3.0",
"websocket-as-promised": "^2.0.1",
Expand All @@ -71,6 +71,6 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-newlines": "^1.2.3",
"eslint-plugin-sort-exports": "^0.7.0",
"eslint": "^8.24.0"
"eslint": "^8.25.0"
}
}

0 comments on commit f08f02a

Please # to comment.