r12f / divoom

Rust Library for controlling divoom devices that support REST APIs, such as pixoo-64.
Apache License 2.0
51 stars 6 forks source link

Add gateway api for controlling scenes #73

Open r12f opened 2 years ago

r12f commented 2 years ago

This will make the gateway becoming stateful essentially, because there is no way to reconcile the state with the device.

It sucks, but for the simplicity, we will start with this and also use in-process memory store for now.

r12f commented 2 years ago

The upstream service can reconcile when needed. We will move on with the in memory temp store and "stateless" solution.