merged and resolved conflicts

This commit is contained in:
2025-10-02 22:59:07 +01:00
16 changed files with 181 additions and 202 deletions

View File

@@ -280,3 +280,11 @@ export type WifiConfig = {
datatype: string;
};
};
export type ZoomInOptions = {
camera: string;
multiplier: number;
};
export type zoomConfig = {
camera: string;
};