Skip to content

Commit

Permalink
Update README.md - correct messagebox advise
Browse files Browse the repository at this point in the history
README should no longer suggest to add common.messagebx but to use common.supportedMessages.messagebox.

see
https://github.com/ioBroker/ioBroker.js-controller/blob/274f9e8f84dbdaaba9830a6cc00ddf083e989090/schemas/io-package.json#L754C104-L754C178
  • Loading branch information
mcm1957 authored Jul 12, 2024
1 parent cdaec09 commit f466d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Utility classes for ioBroker adapters to support [ioBroker.device-manager](https

Add in your `io-package.json` the property `deviceManager: true` to `common.supportedMessages`.
Note: If you don't have a `common.supportedMessages` property yet, you have to add it.
Also, if you don't have a `common.messagebox: true` property yet, you have to add it.
Also, if you don't have a `common.supportedMessages.messagebox: true` property yet, you have to add it. If common.messagebis exists, you can remove it. (see
https://github.com/ioBroker/ioBroker.js-controller/blob/274f9e8f84dbdaaba9830a6cc00ddf083e989090/schemas/io-package.json#L754C104-L754C178)

In your ioBroker adapter, add a subclass of `DeviceManagement` and override the methods you need (see next chapters):

Expand Down

0 comments on commit f466d6c

Please sign in to comment.