Dictionary

A dictionary with fields

Field Type Description
day_1 Int Recurring on monday
day_2 Int Recurring on tuesday
day_3 Int Recurring on wednesday
day_4 Int Recurring on thursday
day_5 Int Recurring on friday
day_6 Int Recurring on saturday
day_7 Int Recurring on sunday

Examples

Example 1

{
    "day_1": 16,
    "day_2": 12,
    "day_3": 11,
    "day_4": 18,
    "day_5": 18,
    "day_6": 19,
    "day_7": 12
}
This is a development version Do not use this version in production
1.10.0 development