Fix copy paste mistake

other
Filip Borum Poulsen 1 year ago
parent 74c4ddde51
commit dadd0440ed

@ -160,7 +160,7 @@ app.post("/stopprojector", (req, res) => {
});
function projectorNumberToText(number) {
switch (status1) {
switch (number) {
case '01':
return 'On';
case '02':

Loading…
Cancel
Save