garaga page 18

This commit is contained in:
2025-11-28 08:49:09 +01:00
parent 5ddf9bbc53
commit 0a0edd2b5b

View File

@@ -372,7 +372,7 @@
function renderOutletControls(container, device) {
const controlGroup = document.createElement('div');
controlGroup.style.textAlign = 'center';
controlGroup.style.marginBottom = '8px';
// controlGroup.style.marginBottom = '8px';
const state = deviceStates[device.device_id];
const currentPower = state?.power === 'on';