Site A button disabled
Summary
Some buttons on the window are inaccessible. They do not react to button press actions.
Details
→ On the Site A screen, there will be a 3x3 grid of buttons. The buttons may be pressed to toggle their state between on (green)/off (grey).
→ There might be a situation where one of the buttons is inaccessible or disabled preventing the user from finishing that window’s task.
→ For Ex:- You need to enter the passcode 1234 but the button 2 is disabled and hence you cannot press the valid combination of buttons.
→ Button state is controlled by the parameter disabled:True/False within the Button classes in the sitea_screen.kv file. Check the code for how this parameter is implemented in the rest of the buttons.
Additional Information
Screenshots (if applicable)

Checklist
Site A button disabled
Summary
Some buttons on the window are inaccessible. They do not react to button press actions.
Details
→ On the Site A screen, there will be a 3x3 grid of buttons. The buttons may be pressed to toggle their state between on (green)/off (grey).
→ There might be a situation where one of the buttons is inaccessible or disabled preventing the user from finishing that window’s task.
→ For Ex:- You need to enter the passcode 1234 but the button 2 is disabled and hence you cannot press the valid combination of buttons.
→ Button state is controlled by the parameter
disabled:True/Falsewithin the Button classes in thesitea_screen.kvfile. Check the code for how this parameter is implemented in the rest of the buttons.Additional Information
Screenshots (if applicable)
Checklist