Skip to content

Commit

Permalink
sdk: deeplink support
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Oct 15, 2024
1 parent 24bcc32 commit 07db378
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/sdk",
"version": "0.3.65",
"version": "0.3.66",
"description": "",
"main": "dist/src/index.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/types",
"version": "0.3.60",
"version": "0.3.61",
"description": "",
"main": "dist/index.js",
"author": "",
Expand Down
1 change: 1 addition & 0 deletions sdk/types/scrypted_python/scrypted_sdk/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ class DeviceCreatorSettings(TypedDict):

class DeviceInformation(TypedDict):

deeplink: str
firmware: str
ip: str
mac: str
Expand Down
1 change: 1 addition & 0 deletions sdk/types/src/types.input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1893,6 +1893,7 @@ export interface DeviceInformation {
mac?: string;
metadata?: any;
managementUrl?: string;
deeplink?: string;
}
/**
* Device objects are created by DeviceProviders when new devices are discover and synced to Scrypted via the DeviceManager.
Expand Down

0 comments on commit 07db378

Please sign in to comment.