ioBroker.admin
ioBroker.admin copied to clipboard
[enhancement]: device / channel icon from state
No existing issues.
- [X] There is no existing issue for my request.
Related problems
an icon for a channel or device is often also stored in a state.
Description
it would be good if you could use the state as a reference for the icon property so that the icon of the device / channel would also change directly when the icon is changed
Additional context
No response
Do you have an example for it? Actually if the path to the image would be like:
iobstate://myadapter.0.some.state
I think I could implement it
sounds good.
Example state myAdapter.0.cameras.garten.image is from type string and has an base64 image or an url to an image as value.