Update Logic

2026-07-31 08:54:24 -04:00
parent af7f3bb54a
commit 2bfe9dbfae
+16 -1
@@ -2,5 +2,20 @@
Most logic happens on a single Event Sheet and is linked to on from other sheets. This allows for all of the code to be in one place and adding new scenes quite easy. Most logic happens on a single Event Sheet and is linked to on from other sheets. This allows for all of the code to be in one place and adding new scenes quite easy.
## ## Login Screen
The login screen has a few simple elements:
- Title Text object
- username input field
- password input field
- Login button
- Register button
It also houses a couple more text elements for reporting the server status:
- Json-server: online/offline
- MQTT broker: online/offline
# On Register Button Clicked