Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/display identification #25

Merged
merged 43 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
144da33
chore: update docs
BryanChrisBrown May 28, 2024
766f91f
feat: update parameters for live changes
BryanChrisBrown May 28, 2024
9d3a771
feat: update display filtering
BryanChrisBrown May 28, 2024
8516dee
fix: resolve type error
BryanChrisBrown May 28, 2024
f08d392
Automated build by 1d68d9e790739986d8f2f9a0d2ce65c4e764a00b
BryanChrisBrown May 28, 2024
48e6e84
fix: display detected plural casing
BryanChrisBrown May 28, 2024
9f4040e
Merge branch 'fix/display-identification' of https://github.com/Looki…
BryanChrisBrown May 28, 2024
e3bd682
fix: update timing on status endpoint
BryanChrisBrown May 28, 2024
0ab1b27
Automated build by d21891fa1f07df0bd26ed9b80aae52cb6d01bf85
BryanChrisBrown May 28, 2024
c765690
add: more params
BryanChrisBrown May 31, 2024
485bf6a
Merge branch 'fix/display-identification' of https://github.com/Looki…
BryanChrisBrown May 31, 2024
ab84e8e
Automated build by a31ce0590175b79ed787d2e8c22a02717c9b04ea
BryanChrisBrown May 31, 2024
f0de0ed
fix: ranges
BryanChrisBrown May 31, 2024
d8749db
Merge branch 'fix/display-identification' of https://github.com/Looki…
BryanChrisBrown May 31, 2024
db3fab7
fix: update default values for parameters
BryanChrisBrown May 31, 2024
435b26c
Automated build by 1dcee1c9bc1d69028a05677eaf5059580623a528
BryanChrisBrown May 31, 2024
2de55b4
fix: update gaussian sigma
BryanChrisBrown May 31, 2024
ae77853
Merge branch 'fix/display-identification' of https://github.com/Looki…
BryanChrisBrown May 31, 2024
b2d6df0
Automated build by 0a748bdfd09854c8756b6b3abfbc053f88fee7e8
BryanChrisBrown May 31, 2024
01c21d3
Merge branch 'main' into fix/display-identification
rongxin-liu Sep 27, 2024
0c301e2
fix: set default focus value
rongxin-liu Sep 27, 2024
a8723a1
Automated build by 41ad0fa0a200e624fd9f7ae44c248e18d011afde
rongxin-liu Sep 27, 2024
9ebe554
fix: use default values for crop_pos_x and crop_pos_y
rongxin-liu Sep 27, 2024
13068d1
fix: remove redundant crop_pos_ controls
rongxin-liu Sep 27, 2024
09497fc
fix: slider bug
rongxin-liu Sep 27, 2024
7ee6928
Merge branch 'main' into fix/display-identification
BryanChrisBrown Sep 27, 2024
e1867a7
Merge branch 'fix/display-identification' of https://github.com/Looki…
BryanChrisBrown Sep 27, 2024
a63611a
fix: cleanup display handling and monitor connect / disonnect events
BryanChrisBrown Sep 27, 2024
992bfa8
add: reset option for parameters
BryanChrisBrown Sep 27, 2024
c7c151a
add: focus to rgbd settings
BryanChrisBrown Sep 27, 2024
fc55c68
Automated build by d2256b3a78cb13742c8027683769c343d329a0d0
BryanChrisBrown Sep 27, 2024
5d13f54
fix: reset button not calling bridge
BryanChrisBrown Sep 27, 2024
303adb4
Merge branch 'fix/display-identification' of https://github.com/Looki…
BryanChrisBrown Sep 27, 2024
b619166
fix: add columns and rows presets
BryanChrisBrown Sep 27, 2024
c02b9f7
fix: styling for updateParams component
BryanChrisBrown Sep 27, 2024
c2d82dd
Automated build by 88ab549eaee1e0aca721dc3d8f7670f2a80c0b8a
BryanChrisBrown Sep 27, 2024
122d157
update defaults
BryanChrisBrown Sep 30, 2024
60cbba1
Automated build by 01728cbe5b26d835990bc77b3bb421b206e4f0ae
BryanChrisBrown Sep 30, 2024
c2b1350
cleanup: focus value
BryanChrisBrown Sep 30, 2024
79f9aed
Merge branch 'fix/display-identification' of https://github.com/Looki…
BryanChrisBrown Sep 30, 2024
4928220
fix: remove duplicated UpdateParams for aspect
rongxin-liu Sep 30, 2024
7c3ffd2
fix: github worker
BryanChrisBrown Oct 1, 2024
c469b06
Automated build by ec69a7aa08021d111ad081f395175fc4570d735d
BryanChrisBrown Oct 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git add -f dist/
git add -f dist/ docs/
git diff-index --quiet HEAD || git commit -m "Automated build by ${{github.sha}}"
git push origin ${{github.head_ref}}
2 changes: 1 addition & 1 deletion dist/client/BridgeClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export declare class BridgeClient {
response: BridgeVersion;
}>;
/**
* QueryDisplays finds all displays that are connected to the computer,
* getDisplays finds all displays that are connected to the computer,
* searches for Looking Glass displays, and returns them as an array of Display objects
* @returns the display object
*/
Expand Down
3 changes: 2 additions & 1 deletion dist/components/displays.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { BridgeValue } from "./types";
export interface Display {
calibration: CalibrationType | null;
defaultQuilt: QuiltType | null;
hardwareVersion: BridgeValue;
hardwareVersion: string;
hwid: string;
index: BridgeValue;
state: BridgeValue;
windowCoords: BridgeValue;
Expand Down
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from "./client/BridgeClient";
export * from "./playlists/playlist";
export * from "./components/displays";
export * from "./playlists/playlistItems";
export * from "./components/messageHandler";
export * from "./components/hologram";
Expand Down
2 changes: 1 addition & 1 deletion dist/looking-glass-bridge.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/looking-glass-bridge.js.map

Large diffs are not rendered by default.

709 changes: 382 additions & 327 deletions dist/looking-glass-bridge.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/looking-glass-bridge.mjs.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/schemas/defaults.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ export interface defaults {
max: number;
range: ReturnType<typeof numberRange>;
type: NumberType;
defaultValue: number;
}
export declare const COLUMNS: defaults;
export declare const ROWS: defaults;
export declare const ASPECT: defaults;
export declare const DEPTHINESS: defaults;
export declare const DEPTH_CUTOFF: defaults;
Expand All @@ -19,3 +22,5 @@ export declare const FOCUS: defaults;
export declare const QUILT_ROWS: defaults;
export declare const QUILT_COLS: defaults;
export declare const QUILT_VIEW_COUNT: defaults;
export declare const GAUSSIAN_SIGMA: defaults;
export declare const FILTER_MODE: defaults;
20 changes: 10 additions & 10 deletions dist/schemas/schema.events.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ export declare const monitorConnectResponse: z.ZodObject<{
made_by_looking_glass: z.ZodObject<{
name: z.ZodString;
type: z.ZodLiteral<"WSTRING">;
value: z.ZodString;
value: z.ZodBoolean;
}, "strip", z.ZodTypeAny, {
value: string;
value: boolean;
name: string;
type: "WSTRING";
}, {
value: string;
value: boolean;
name: string;
type: "WSTRING";
}>;
Expand Down Expand Up @@ -227,7 +227,7 @@ export declare const monitorConnectResponse: z.ZodObject<{
type: "WSTRING";
};
made_by_looking_glass: {
value: string;
value: boolean;
name: string;
type: "WSTRING";
};
Expand Down Expand Up @@ -288,7 +288,7 @@ export declare const monitorConnectResponse: z.ZodObject<{
type: "WSTRING";
};
made_by_looking_glass: {
value: string;
value: boolean;
name: string;
type: "WSTRING";
};
Expand Down Expand Up @@ -351,7 +351,7 @@ export declare const monitorConnectResponse: z.ZodObject<{
type: "WSTRING";
};
made_by_looking_glass: {
value: string;
value: boolean;
name: string;
type: "WSTRING";
};
Expand Down Expand Up @@ -416,7 +416,7 @@ export declare const monitorConnectResponse: z.ZodObject<{
type: "WSTRING";
};
made_by_looking_glass: {
value: string;
value: boolean;
name: string;
type: "WSTRING";
};
Expand Down Expand Up @@ -501,7 +501,7 @@ export declare const monitorConnectResponse: z.ZodObject<{
type: "WSTRING";
};
made_by_looking_glass: {
value: string;
value: boolean;
name: string;
type: "WSTRING";
};
Expand Down Expand Up @@ -579,7 +579,7 @@ export declare const monitorConnectResponse: z.ZodObject<{
type: "WSTRING";
};
made_by_looking_glass: {
value: string;
value: boolean;
name: string;
type: "WSTRING";
};
Expand Down Expand Up @@ -2171,7 +2171,7 @@ export declare const allEventsResponse: z.ZodObject<{
}>;
export type BridgeEventMap = {
"Monitor Connect": z.infer<typeof monitorConnectResponse>;
"Monitor Disconnect": z.infer<typeof progressUpdateResponse>;
"Monitor Disconnect": z.infer<typeof monitorConnectResponse>;
"Progress Start": z.infer<typeof progressUpdateResponse>;
"Progress Completion": z.infer<typeof progressUpdateResponse>;
"Progress Update": z.infer<typeof progressUpdateResponse>;
Expand Down
14 changes: 10 additions & 4 deletions dist/schemas/schema.hologram.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,25 @@ export declare const QuiltHologramArgs: z.ZodObject<{
zoom: z.ZodOptional<z.ZodNumber>;
tag: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
rows: number;
aspect: number;
rows: number;
columns: number;
viewCount: number;
focus?: number | undefined;
zoom?: number | undefined;
tag?: string | undefined;
}, {
rows: number;
aspect: number;
rows: number;
columns: number;
viewCount: number;
focus?: number | undefined;
zoom?: number | undefined;
tag?: string | undefined;
}>;
export declare const RGBDHologramArgs: z.ZodObject<{
rows: z.ZodOptional<z.ZodNumber>;
columns: z.ZodOptional<z.ZodNumber>;
/**Aspect Ratio of the hologram,
* this should match the source image you provide, not the RGBD Pair */
aspect: z.ZodNumber;
Expand All @@ -51,22 +53,26 @@ export declare const RGBDHologramArgs: z.ZodObject<{
zoom: z.ZodEffects<z.ZodNumber, number, number>;
tag: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
aspect: number;
zoom: number;
depth_loc: 0 | 2 | 1 | 3;
depth_inversion: 0 | 1;
chroma_depth: 0 | 1;
depthiness: number;
aspect: number;
rows?: number | undefined;
columns?: number | undefined;
focus?: number | undefined;
depth_cutoff?: 0 | 1 | undefined;
tag?: string | undefined;
}, {
aspect: number;
zoom: number;
depth_loc: 0 | 2 | 1 | 3;
depth_inversion: 0 | 1;
chroma_depth: 0 | 1;
depthiness: number;
aspect: number;
rows?: number | undefined;
columns?: number | undefined;
focus?: number | undefined;
depth_cutoff?: 0 | 1 | undefined;
tag?: string | undefined;
Expand Down
17 changes: 16 additions & 1 deletion dist/schemas/schema.parameters.d.ts
Original file line number Diff line number Diff line change
@@ -1,32 +1,47 @@
import { z } from "zod";
export declare const parameterNames: z.ZodUnion<[z.ZodLiteral<"focus">, z.ZodLiteral<"crop_pos_x">, z.ZodLiteral<"crop_pos_y">, z.ZodLiteral<"zoom">, z.ZodLiteral<"depth_loc">, z.ZodLiteral<"depth_inversion">, z.ZodLiteral<"chroma_depth">, z.ZodLiteral<"depthiness">, z.ZodLiteral<"depth_cutoff">]>;
export declare const parameterNames: z.ZodUnion<[z.ZodLiteral<"focus">, z.ZodLiteral<"aspect">, z.ZodLiteral<"cols">, z.ZodLiteral<"rows">, z.ZodLiteral<"crop_pos_x">, z.ZodLiteral<"crop_pos_y">, z.ZodLiteral<"zoom">, z.ZodLiteral<"filter_mode">, z.ZodLiteral<"gaussian_sigma">, z.ZodLiteral<"depth_loc">, z.ZodLiteral<"depth_inversion">, z.ZodLiteral<"chroma_depth">, z.ZodLiteral<"depthiness">, z.ZodLiteral<"depth_cutoff">]>;
export declare const hologramParamMap: z.ZodObject<{
focus: z.ZodOptional<z.ZodNumber>;
aspect: z.ZodOptional<z.ZodNumber>;
cols: z.ZodOptional<z.ZodNumber>;
rows: z.ZodOptional<z.ZodNumber>;
crop_pos_x: z.ZodOptional<z.ZodNumber>;
crop_pos_y: z.ZodOptional<z.ZodNumber>;
zoom: z.ZodEffects<z.ZodNumber, number, number>;
filter_mode: z.ZodEffects<z.ZodNumber, number, number>;
gaussian_sigma: z.ZodEffects<z.ZodNumber, number, number>;
depth_loc: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
depth_inversion: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
chroma_depth: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
depthiness: z.ZodEffects<z.ZodNumber, number, number>;
depth_cutoff: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<0>]>>;
}, "strip", z.ZodTypeAny, {
zoom: number;
filter_mode: number;
gaussian_sigma: number;
depth_loc: 0 | 2 | 1 | 3;
depth_inversion: 0 | 1;
chroma_depth: 0 | 1;
depthiness: number;
focus?: number | undefined;
aspect?: number | undefined;
cols?: number | undefined;
rows?: number | undefined;
crop_pos_x?: number | undefined;
crop_pos_y?: number | undefined;
depth_cutoff?: 0 | 1 | undefined;
}, {
zoom: number;
filter_mode: number;
gaussian_sigma: number;
depth_loc: 0 | 2 | 1 | 3;
depth_inversion: 0 | 1;
chroma_depth: 0 | 1;
depthiness: number;
focus?: number | undefined;
aspect?: number | undefined;
cols?: number | undefined;
rows?: number | undefined;
crop_pos_x?: number | undefined;
crop_pos_y?: number | undefined;
depth_cutoff?: 0 | 1 | undefined;
Expand Down
12 changes: 6 additions & 6 deletions dist/schemas/schema.requests.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ export declare const insert_playlist_entry: z.ZodObject<{
id: number;
index: number;
focus: number;
uri: string;
rows: number;
cols: number;
aspect: number;
cols: number;
rows: number;
uri: string;
view_count: number;
isRGBD: 0 | 1;
depth_loc?: 0 | 2 | 1 | 3 | undefined;
Expand All @@ -145,10 +145,10 @@ export declare const insert_playlist_entry: z.ZodObject<{
id: number;
index: number;
focus: number;
uri: string;
rows: number;
cols: number;
aspect: number;
cols: number;
rows: number;
uri: string;
view_count: number;
isRGBD: 0 | 1;
depth_loc?: 0 | 2 | 1 | 3 | undefined;
Expand Down
2 changes: 1 addition & 1 deletion dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/client_BridgeClient.BridgeClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ ___

▸ **getDisplays**(): `Promise`<{ `response`: ``null`` \| [`Display`](../interfaces/components_displays.Display.md)[] ; `success`: `boolean` }\>

QueryDisplays finds all displays that are connected to the computer,
getDisplays finds all displays that are connected to the computer,
searches for Looking Glass displays, and returns them as an array of Display objects

#### Returns
Expand Down Expand Up @@ -665,7 +665,7 @@ Update the parameters of the current hologram

| Name | Type |
| :------ | :------ |
| `T` | extends ``"focus"`` \| ``"crop_pos_x"`` \| ``"crop_pos_y"`` \| ``"zoom"`` \| ``"depth_loc"`` \| ``"depth_inversion"`` \| ``"chroma_depth"`` \| ``"depthiness"`` \| ``"depth_cutoff"`` |
| `T` | extends ``"focus"`` \| ``"aspect"`` \| ``"cols"`` \| ``"rows"`` \| ``"crop_pos_x"`` \| ``"crop_pos_y"`` \| ``"zoom"`` \| ``"filter_mode"`` \| ``"gaussian_sigma"`` \| ``"depth_loc"`` \| ``"depth_inversion"`` \| ``"chroma_depth"`` \| ``"depthiness"`` \| ``"depth_cutoff"`` |

#### Parameters

Expand All @@ -674,7 +674,7 @@ Update the parameters of the current hologram
| `«destructured»` | `Object` |
| › `name` | `string` |
| › `parameter` | `T` |
| › `value` | { `chroma_depth`: ``0`` \| ``1`` ; `crop_pos_x?`: `number` ; `crop_pos_y?`: `number` ; `depth_cutoff?`: ``0`` \| ``1`` ; `depth_inversion`: ``0`` \| ``1`` ; `depth_loc`: ``0`` \| ``2`` \| ``1`` \| ``3`` ; `depthiness`: `number` = DEPTHINESS.range; `focus?`: `number` ; `zoom`: `number` = ZOOM.range }[`T`] |
| › `value` | { `aspect?`: `number` ; `chroma_depth`: ``0`` \| ``1`` ; `cols?`: `number` ; `crop_pos_x?`: `number` ; `crop_pos_y?`: `number` ; `depth_cutoff?`: ``0`` \| ``1`` ; `depth_inversion`: ``0`` \| ``1`` ; `depth_loc`: ``0`` \| ``2`` \| ``1`` \| ``3`` ; `depthiness`: `number` = DEPTHINESS.range; `filter_mode`: `number` = FILTER\_MODE.range; `focus?`: `number` ; `gaussian_sigma`: `number` = GAUSSIAN\_SIGMA.range; `rows?`: `number` ; `zoom`: `number` = ZOOM.range }[`T`] |

#### Returns

Expand Down
2 changes: 2 additions & 0 deletions docs/classes/components_hologram.QuiltHologram.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Create a new Quilt Hologram
| `args.settings.rows` | `number` |
| `args.settings.tag?` | `string` |
| `args.settings.viewCount` | `number` |
| `args.settings.zoom?` | `number` |
| `args.uri` | `string` |

## Properties
Expand All @@ -54,6 +55,7 @@ Create a new Quilt Hologram
| `rows` | `number` |
| `tag?` | `string` |
| `viewCount` | `number` |
| `zoom?` | `number` |

___

Expand Down
4 changes: 4 additions & 0 deletions docs/classes/components_hologram.RGBDHologram.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ Create a new RGBD Hologram
| `args.settings` | `Object` | `undefined` | - |
| `args.settings.aspect` | `number` | `undefined` | Aspect Ratio of the hologram, this should match the source image you provide, not the RGBD Pair |
| `args.settings.chroma_depth` | ``0`` \| ``1`` | `undefined` | Is the depth map chroma or grayscale? 0 for false, 1 for true |
| `args.settings.columns?` | `number` | `undefined` | - |
| `args.settings.depth_cutoff?` | ``0`` \| ``1`` | `undefined` | Whether or not to cutoff depth beyond a certain point. 0 for false, 1 for true |
| `args.settings.depth_inversion` | ``0`` \| ``1`` | `undefined` | Is the Depth inverted? 0 for false, 1 for true |
| `args.settings.depth_loc` | ``0`` \| ``2`` \| ``1`` \| ``3`` | `undefined` | Where are the holograms located? 0 Top 1 Bottom 2 Right 3 Left |
| `args.settings.depthiness` | `number` | `DEPTHINESS.range` | Depthiness can be a value between 0.1 and 2 |
| `args.settings.focus?` | `number` | `undefined` | Controls the Focus of the hologram |
| `args.settings.rows?` | `number` | `undefined` | - |
| `args.settings.tag?` | `string` | `undefined` | - |
| `args.settings.zoom` | `number` | `ZOOM.range` | Zoom can be between 0.1 and 2 |
| `args.uri` | `string` | `undefined` | - |
Expand All @@ -53,11 +55,13 @@ Create a new RGBD Hologram
| :------ | :------ | :------ |
| `aspect` | `number` | Aspect Ratio of the hologram, this should match the source image you provide, not the RGBD Pair |
| `chroma_depth` | ``0`` \| ``1`` | Is the depth map chroma or grayscale? 0 for false, 1 for true |
| `columns?` | `number` | - |
| `depth_cutoff?` | ``0`` \| ``1`` | Whether or not to cutoff depth beyond a certain point. 0 for false, 1 for true |
| `depth_inversion` | ``0`` \| ``1`` | Is the Depth inverted? 0 for false, 1 for true |
| `depth_loc` | ``0`` \| ``2`` \| ``1`` \| ``3`` | Where are the holograms located? 0 Top 1 Bottom 2 Right 3 Left |
| `depthiness` | `number` | Depthiness can be a value between 0.1 and 2 |
| `focus?` | `number` | Controls the Focus of the hologram |
| `rows?` | `number` | - |
| `tag?` | `string` | - |
| `zoom` | `number` | Zoom can be between 0.1 and 2 |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ___
| `message` | `Object` | `undefined` |
| `message.name` | `string` | `schema.name` |
| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` |
| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "New Item Playing" \| "Progress Start" \| "Progress Completion" \| ... 11 more ... \| "All Events"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }; name: str... | `undefined` |
| `message.payload` | { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; x: { value: number; name: string; type: "INT"; }; y: { value: number; name: string; type: "INT"; }; ... 7 more ...; width: { ...; }; }; name: string; type: "VARIANT\_MAP"; } | `undefined` |
| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` |

#### Returns
Expand Down
9 changes: 8 additions & 1 deletion docs/interfaces/components_displays.Display.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [calibration](components_displays.Display.md#calibration)
- [defaultQuilt](components_displays.Display.md#defaultquilt)
- [hardwareVersion](components_displays.Display.md#hardwareversion)
- [hwid](components_displays.Display.md#hwid)
- [index](components_displays.Display.md#index)
- [state](components_displays.Display.md#state)
- [windowCoords](components_displays.Display.md#windowcoords)
Expand All @@ -31,7 +32,13 @@ ___

### hardwareVersion

• **hardwareVersion**: [`BridgeValue`](components_types.BridgeValue.md)
• **hardwareVersion**: `string`

___

### hwid

• **hwid**: `string`

___

Expand Down
7 changes: 7 additions & 0 deletions docs/interfaces/schemas_defaults.defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@

### Properties

- [defaultValue](schemas_defaults.defaults.md#defaultvalue)
- [max](schemas_defaults.defaults.md#max)
- [min](schemas_defaults.defaults.md#min)
- [range](schemas_defaults.defaults.md#range)
- [type](schemas_defaults.defaults.md#type)

## Properties

### defaultValue

• **defaultValue**: `number`

___

### max

• **max**: `number`
Expand Down
Loading