Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend item syntax for category/icon
The icon value can now contain until 3 segments separated by a semi-column. First segment is the icon source. Example: oh, if, iconify, material, ... Second segment is the icon set (and can be empty). Example: classic Third segment is the icon name (and can contain hyphen). Example: temperature In case only two segments are provided, the icon source is assumed to be the openHAB server and the first segment is then the icon set and the second the icon name. In case only one segment is provided, the icon source is assumed to be the openHAB server and its classic icon set and the value is then the icon name. Ability to use a string containing anything has been removed. Related to openhab#3052 Signed-off-by: Laurent Garnier <[email protected]>
- Loading branch information