Update Logic
+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.
|
||||
|
||||
##
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user