But with backgroundImage, it seems you can only assign the image to the tile using a cmnd message, to the cmnd topic. Is that correct? According to my testing, it does not work to assign the image name to the tile using conf.
For example I would like to send this to conf/<device-client-id>:
For the sake of consistency, please can you allow setting the tile's backgroundImage via the configuration message (and also keep the ability to do this via a command message later)?
See discord chat
The process of uploading and setting a
backgroundImage
to a tile was recently changed, and it's now similar to custom icons.However I believe there is a small inconsistency:
To set a tile's icon (custom or builtin), you can send a message to the conf topic like this:
But with
backgroundImage
, it seems you can only assign the image to the tile using a cmnd message, to the cmnd topic. Is that correct? According to my testing, it does not work to assign the image name to the tile using conf.For example I would like to send this to
conf/<device-client-id>
:For the sake of consistency, please can you allow setting the tile's backgroundImage via the configuration message (and also keep the ability to do this via a command message later)?