diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/comprehensive | 2 | ||||
-rw-r--r-- | examples/sleepmode | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index 5f6675c..aa69f7d 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -142,7 +142,7 @@ def periodically(year, month, day, hour, minute, second, weekday, fade): @param fade:float? Blueshift can use this function to fade into a state when it start or exits. `fade` can either be negative, zero or positive or `None`, but the magnitude of value cannot exceed 1. When Blueshift starts, - the this function will be invoked multiple with the time parameters + this function will be invoked multiple with the time parameters of the time it is invoked and each time `fade` will increase towards 1, starting at 0, when the value is 1, the settings should be applied to 100 %. After this this function will be invoked once again with diff --git a/examples/sleepmode b/examples/sleepmode index 22138e5..1f8ca53 100644 --- a/examples/sleepmode +++ b/examples/sleepmode @@ -65,7 +65,7 @@ def periodically(year, month, day, hour, minute, second, weekday, fade): @param fade:float? Blueshift can use this function to fade into a state when it start or exits. `fade` can either be negative, zero or positive or `None`, but the magnitude of value cannot exceed 1. When Blueshift starts, - the this function will be invoked multiple with the time parameters + this function will be invoked multiple with the time parameters of the time it is invoked and each time `fade` will increase towards 1, starting at 0, when the value is 1, the settings should be applied to 100 %. After this this function will be invoked once again with |