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
This issue contains all known issues that came up in 2024 runs.
Issues
TPLink smart plug seeds are applied every time, so if you're running a local development environment in the live (production) network, your local backend instance will control the actual live TPLink devices, which may cause a state desync between the live backend and the TPLink devices. We should only apply these seeds in the live environment.
We should add data blob task/game validation, to make sure that the relations between them are valid, and log any issues into logs during startup
Improvements
Remove Bookshelf.js dependency, as it hasn't been updated since 2020, doesn't have types and is a terrible ORM to work with in general
Add a DMX heartbeat signal on channel 1, like in EmptyEpsilon. This will make it easier to monitor that the DMX connection is healthy.
The text was updated successfully, but these errors were encountered:
This issue contains all known issues that came up in 2024 runs.
Issues
Improvements
The text was updated successfully, but these errors were encountered: