src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-14 20:34:52 -0500
committerLuke Hoersten <[email protected]>2026-06-14 20:34:52 -0500
commitaadfa077e81f0ad9677aa7f4504feef55718da99 (patch)
tree235a5be7ca7ac85cff3edb4d11650082cfe33701
parentf069dd6692f18b95b70f87ce0207a284da320b61 (diff)
scrypted: register child viewports as SmartDisplay type
-rw-r--r--scrypted/scrypted-viewport.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/scrypted/scrypted-viewport.ts b/scrypted/scrypted-viewport.ts
index 0a0ca6e..9c283e8 100644
--- a/scrypted/scrypted-viewport.ts
+++ b/scrypted/scrypted-viewport.ts
@@ -233,7 +233,7 @@ class ScryptedViewportProvider extends ScryptedDeviceBase
providerNativeId: this.nativeId,
nativeId,
name: nativeId, // overridden by Scrypted from its existing record
- type: ScryptedDeviceType.Sensor,
+ type: ScryptedDeviceType.SmartDisplay,
interfaces: [ScryptedInterface.Settings],
});
await this.getDevice(nativeId);
@@ -320,7 +320,7 @@ class ScryptedViewportProvider extends ScryptedDeviceBase
providerNativeId: this.nativeId,
nativeId,
name,
- type: ScryptedDeviceType.Sensor,
+ type: ScryptedDeviceType.SmartDisplay,
interfaces: [ScryptedInterface.Settings],
});