motion-master-client 0.0.258 → 0.0.260
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/lib/smm-od-v1.json +1 -1
- package/src/lib/smm-od-v2.json +2 -2
package/package.json
CHANGED
package/src/lib/smm-od-v1.json
CHANGED
package/src/lib/smm-od-v2.json
CHANGED
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"unit": null,
|
|
97
97
|
"min": null,
|
|
98
98
|
"max": null,
|
|
99
|
-
"defaultValue":
|
|
99
|
+
"defaultValue": 0,
|
|
100
100
|
"access": "rw",
|
|
101
101
|
"resetValue": 0
|
|
102
102
|
},
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"max": 255,
|
|
671
671
|
"defaultValue": 1,
|
|
672
672
|
"access": "rw",
|
|
673
|
-
"resetValue":
|
|
673
|
+
"resetValue": 1
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
676
|
"parameterName": "Commutation angle offset",
|