camstreamerlib 4.0.19 → 4.0.20
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.
|
@@ -153,7 +153,7 @@ exports.cameraSettingsSchema = zod_1.z.object({
|
|
|
153
153
|
coord: 'top_right',
|
|
154
154
|
posX: 10,
|
|
155
155
|
posY: 10,
|
|
156
|
-
scale:
|
|
156
|
+
scale: 100,
|
|
157
157
|
}),
|
|
158
158
|
airportWidget: exports.widgetSchema
|
|
159
159
|
.extend({
|
|
@@ -166,7 +166,7 @@ exports.cameraSettingsSchema = zod_1.z.object({
|
|
|
166
166
|
coord: 'top_left',
|
|
167
167
|
posX: 10,
|
|
168
168
|
posY: 10,
|
|
169
|
-
scale:
|
|
169
|
+
scale: 100,
|
|
170
170
|
showWeather: false,
|
|
171
171
|
weatherLocationKey: '',
|
|
172
172
|
weatherLocationName: '',
|
|
@@ -150,7 +150,7 @@ export const cameraSettingsSchema = z.object({
|
|
|
150
150
|
coord: 'top_right',
|
|
151
151
|
posX: 10,
|
|
152
152
|
posY: 10,
|
|
153
|
-
scale:
|
|
153
|
+
scale: 100,
|
|
154
154
|
}),
|
|
155
155
|
airportWidget: widgetSchema
|
|
156
156
|
.extend({
|
|
@@ -163,7 +163,7 @@ export const cameraSettingsSchema = z.object({
|
|
|
163
163
|
coord: 'top_left',
|
|
164
164
|
posX: 10,
|
|
165
165
|
posY: 10,
|
|
166
|
-
scale:
|
|
166
|
+
scale: 100,
|
|
167
167
|
showWeather: false,
|
|
168
168
|
weatherLocationKey: '',
|
|
169
169
|
weatherLocationName: '',
|