Skip to content

Commit

Permalink
Correction on default color conditions (openhab#2193)
Browse files Browse the repository at this point in the history
Signed-off-by: jimtng <[email protected]>
  • Loading branch information
jimtng authored Dec 31, 2023
1 parent 22123c0 commit 190f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/sitemaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ If `item_name` is not provided, the Item name will default to the current Item.
If an operator is not specified, the operator will default to `==`.

If only a color is specified, that condition is considered as true and that color will be used.
Providing only a color can be used as a last condition to set a default color that will be used in case any of the other previous conditions is true.
Providing only a color can be used as a last condition to set a default color that will be used when none of the other previous conditions were true.

The comparison operators for `labelcolor`, `valuecolor` and `iconcolor` are the same as for the visibility parameter.

Expand Down

0 comments on commit 190f99e

Please sign in to comment.