Skip to content

Commit

Permalink
Add transitiontime min even 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim committed Nov 21, 2024
1 parent f440e0e commit 61ae476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3180,6 +3180,7 @@ async function SetObjectAndState(id, name, type, stateName, value) {
case "transitiontime":
objType = "number";
objRole = "state";
objMin = 0;
objDefault = 0;
objUnit = "s";
break;
Expand Down

0 comments on commit 61ae476

Please sign in to comment.