From 57693248c0bbf47ded60ee98fdf7d075a4538d13 Mon Sep 17 00:00:00 2001 From: Ben Dodd Date: Tue, 21 Jun 2022 13:59:15 +0100 Subject: [PATCH] Add comment for random_time_choices value --- source/behavior/entities/format/components/timer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/timer.json b/source/behavior/entities/format/components/timer.json index 547a5958..f63a85b5 100644 --- a/source/behavior/entities/format/components/timer.json +++ b/source/behavior/entities/format/components/timer.json @@ -58,7 +58,8 @@ }, "value": { "type": "integer", - "description": "UNDOCUMENTED: value", + "description": "The value in seconds that would be used if this section was picked", + "$comment": "UNDOCUMENTED", "title": "Value" } }