toggling min and max soft limit on switching rotary

This commit is contained in:
sanjayk03-dev
2025-01-19 23:57:26 +05:30
parent 800d606fc9
commit e17a30d19d
3 changed files with 54 additions and 5 deletions

View File

@@ -142,6 +142,22 @@
"default": 0,
"code": "tm"
},
"min-soft-limit-backup": {
"type": "float",
"unit": "mm",
"iunit": "in",
"scale": 25.4,
"default": 0,
"code": "tnb"
},
"max-soft-limit-backup": {
"type": "float",
"unit": "mm",
"iunit": "in",
"scale": 25.4,
"default": 0,
"code": "tmb"
},
"min-switch": {
"type": "enum",
"values": ["disabled", "normally-open", "normally-closed"],