From 22cda9769156ce4437265404dc49d11fbdef0139 Mon Sep 17 00:00:00 2001 From: Jason Yates Date: Mon, 25 Feb 2019 13:27:12 -0500 Subject: [PATCH] V1.12.21 --- genserv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/genserv.py b/genserv.py index 93d42e27..27b57c28 100644 --- a/genserv.py +++ b/genserv.py @@ -673,13 +673,13 @@ def GetAddOns(): AddOnCfg['genexercise']['parameters']['exercise_hour'] = CreateAddOnParam( ConfigFiles[GENEXERCISE_CONFIG].ReadValue("exercise_hour", return_type = int, default = 12), 'int', - "The hour of the exercise time.", + "The hour of the exercise time. Valid input is 0 - 23.", bounds = "required digits range:0:23", display_name = "Exercise Time Hour") AddOnCfg['genexercise']['parameters']['exercise_minute'] = CreateAddOnParam( ConfigFiles[GENEXERCISE_CONFIG].ReadValue("exercise_minute", return_type = int, default = 0), 'int', - "The minute of the exercise time.", + "The minute of the exercise time. Valid input is 0 - 59", bounds = "required digits range:0:59", display_name = "Exercise Time Minute") AddOnCfg['genexercise']['parameters']['exercise_day_of_month'] = CreateAddOnParam(