Merge branch 'main' of github.com:koush/scrypted

This commit is contained in:
Koushik Dutta
2024-10-15 09:41:26 -07:00
6 changed files with 8 additions and 6 deletions

4
sdk/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/sdk",
"version": "0.3.65",
"version": "0.3.66",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/sdk",
"version": "0.3.65",
"version": "0.3.66",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.24.7",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/sdk",
"version": "0.3.65",
"version": "0.3.66",
"description": "",
"main": "dist/src/index.js",
"exports": {

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/types",
"version": "0.3.60",
"version": "0.3.61",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/types",
"version": "0.3.60",
"version": "0.3.61",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/types",
"version": "0.3.60",
"version": "0.3.61",
"description": "",
"main": "dist/index.js",
"author": "",

View File

@@ -496,6 +496,7 @@ class DeviceCreatorSettings(TypedDict):
class DeviceInformation(TypedDict):
deeplink: str
firmware: str
ip: str
mac: str

View File

@@ -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.