Skip to content

Commit

Permalink
Reset offset default because v2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim committed Feb 28, 2024
1 parent 5bf5792 commit 80622dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2894,8 +2894,8 @@ async function SetObjectAndState(id, name, type, stateName, value) {
case "offset":
objType = "number";
objRole = "state";
objMin = -327.68;
objMax = 327.67;
objMin = -999;
objMax = 999;
objDefault = 0;
break;
case "open":
Expand Down

0 comments on commit 80622dc

Please sign in to comment.