From bac2340fdb4f1d4a72cd69815a3e8e68aaf0f617 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Mon, 8 Jul 2024 09:26:40 +0200 Subject: [PATCH] [sitemap] Fix confusion between colon and semicolon (#2329) Signed-off-by: Laurent Garnier --- ui/sitemaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/sitemaps.md b/ui/sitemaps.md index e4ef7c431..aad825a5d 100644 --- a/ui/sitemaps.md +++ b/ui/sitemaps.md @@ -671,7 +671,7 @@ This limits the possible input values, which is yet another often occurring use In the fifth example above, user interfaces will display buttons using the provided icon rather than the provided description. Icons are usable in Switch element but ignored in Selection element. -In the sixth example above, as there are 2 commands provided separated by a semicolon, user interface will consider a press and release behavior, the first command (ON in the example) is sent to the item when the button is pressed and the second command (OFF in the example) is sent when the button is finally released. +In the sixth example above, as there are 2 commands provided separated by a colon, user interface will consider a press and release behavior, the first command (ON in the example) is sent to the item when the button is pressed and the second command (OFF in the example) is sent when the button is finally released. This behavior is only applicable for a `Switch` element. ## Dynamic Sitemaps