fix slider and volume

This commit is contained in:
tt-tom17
2025-12-29 16:09:02 +01:00
parent 53b627be88
commit 114f630b8a

View File

@@ -9487,7 +9487,7 @@ function HandleButtonEvent (words: any): void {
case 'socket':
case 'light':
// Change for monobutton
pageItem = findPageItem(id);
let pageItem = findPageItem(id);
if (pageItem.monobutton != undefined && pageItem.monobutton == true) {
triggerButton(id + '.SET');
} else {