You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,36 @@ In the network protocol the speed is actually reversed (0 is fast, 255 is slow)
145
145
You should be aware though that the **speed curve seems to be exponential**. This means 255 is very fast but 240 is
146
146
already **a lot** slower.
147
147
148
+
Custom Functions
149
+
----------------
150
+
151
+
Another feature of the official app is to set a custom color loop with a custom transition and speed between the colors.
152
+
Since v1.2.0 of this library you can set those too :)
153
+
154
+
Simply have a look at the `example_custom_function.py <https://github.com/markusressel/sunix-ledstrip-controller-client/blob/master/example_custom_function.py>`_ file
155
+
for a detailed example.
156
+
157
+
Set/Get Time
158
+
------------
159
+
160
+
The Sunix® controller has a build in clock to be able to execute timer actions.
161
+
Currently there is no way to get or set timers with this library.
162
+
You can however get and set the current time of the controller.
0 commit comments