Skip to content

Commit

Permalink
chore: release v4.2.0
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Added detection of `level.direction`
-   (@Apollon77) Added door state for device type "lock"
-   (@Apollon77) Added default unit for volume states
-   (@Apollon77) Added new option ignoreEnums to execute the detection without enums-matching logic
-   (@Apollon77) Added new option detectAllPossibleDevices to detect multiple devices in one run without checking for already used IDs
-   (@Garfonso) Added missing default roles and units for saturation
  • Loading branch information
foxriver76 committed Jan 31, 2025
1 parent f064733 commit 4404dd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if (controls) {
-->

## Changelog
### **WORK IN PROGRESS**
### 4.2.0 (2025-01-31)
- (@GermanBluefox) Added detection of `level.direction`
- (@Apollon77) Added door state for device type "lock"
- (@Apollon77) Added default unit for volume states
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.type-detector",
"version": "4.1.1",
"version": "4.2.0",
"description": "Detects devices in ioBroker for Material, Google home, Homekit, ...",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 4404dd2

Please sign in to comment.