Skip to content

Commit

Permalink
added new WebUI 0182-WebUI-Fix-DimmerControl-RemoveButtonRefreshDelay…
Browse files Browse the repository at this point in the history
… patch which fixes unwanted delay in displaying the correct dimmer status (#1513, #2513, @jp112sdl)
  • Loading branch information
jp112sdl authored Nov 16, 2023
1 parent 20ee17b commit d250419
Show file tree
Hide file tree
Showing 3 changed files with 98,813 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- occu/WebUI/www/webui/webui.js.orig
+++ occu/WebUI/www/webui/webui.js
@@ -35361,7 +35361,7 @@
ControlBtn.off($(self.id + "On"));
ControlBtn.on($(self.id + "Off"));
}
- },1000);
+ },0);

} else {
// This is for devices without a state, e. g. OSRAM-Lightify
Loading

0 comments on commit d250419

Please sign in to comment.