ioBroker.admin icon indicating copy to clipboard operation
ioBroker.admin copied to clipboard

[enhancement]: device / channel icon from state

Open Scrounger opened this issue 1 year ago • 2 comments

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

Scrounger avatar Dec 12 '24 14:12 Scrounger

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

GermanBluefox avatar Dec 18 '24 18:12 GermanBluefox

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.

Scrounger avatar Dec 21 '24 16:12 Scrounger