@deeptrekker/api-domain 1.0.0 → 1.0.1
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.
|
@@ -3653,6 +3653,10 @@
|
|
|
3653
3653
|
"description": "Enable/Disable auto white balance mode. </br>",
|
|
3654
3654
|
"type": "boolean"
|
|
3655
3655
|
},
|
|
3656
|
+
"awbMode": {
|
|
3657
|
+
"description": "Auto White Balance mode select control",
|
|
3658
|
+
"type": "string"
|
|
3659
|
+
},
|
|
3656
3660
|
"blue": {
|
|
3657
3661
|
"description": "Blue Control </br>",
|
|
3658
3662
|
"maximum": 100,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const API_VERSION = "1.0.
|
|
1
|
+
export declare const API_VERSION = "1.0.1";
|
package/package.json
CHANGED