mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 17:20:39 +01:00
mqtt/sdk: update and publish
This commit is contained in:
4
plugins/mqtt/package-lock.json
generated
4
plugins/mqtt/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/mqtt",
|
||||
"version": "0.0.51",
|
||||
"version": "0.0.52",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/mqtt",
|
||||
"version": "0.0.51",
|
||||
"version": "0.0.52",
|
||||
"dependencies": {
|
||||
"@types/node": "^16.6.1",
|
||||
"aedes": "^0.46.1",
|
||||
|
||||
@@ -39,5 +39,5 @@
|
||||
"@scrypted/common": "file:../../common",
|
||||
"@types/nunjucks": "^3.2.0"
|
||||
},
|
||||
"version": "0.0.51"
|
||||
"version": "0.0.52"
|
||||
}
|
||||
|
||||
@@ -738,7 +738,7 @@ export interface Settings {
|
||||
export interface BinarySensor {
|
||||
binaryState?: boolean;
|
||||
}
|
||||
export type TamperState = 'intrusion' | 'motion' | 'magnetic' | 'cover' | true;
|
||||
export type TamperState = 'intrusion' | 'motion' | 'magnetic' | 'cover' | true | false;
|
||||
export interface TamperSensor {
|
||||
tampered?: TamperState;
|
||||
}
|
||||
|
||||
2
sdk/types/index.d.ts
vendored
2
sdk/types/index.d.ts
vendored
@@ -839,7 +839,7 @@ export interface Settings {
|
||||
export interface BinarySensor {
|
||||
binaryState?: boolean;
|
||||
}
|
||||
export declare type TamperState = 'intrusion' | 'motion' | 'magnetic' | 'cover' | true;
|
||||
export declare type TamperState = 'intrusion' | 'motion' | 'magnetic' | 'cover' | true | false;
|
||||
export interface TamperSensor {
|
||||
tampered?: TamperState;
|
||||
}
|
||||
|
||||
@@ -1482,7 +1482,7 @@ export interface Settings {
|
||||
export interface BinarySensor {
|
||||
binaryState?: boolean;
|
||||
}
|
||||
export type TamperState = 'intrusion' | 'motion' | 'magnetic' | 'cover' | true;
|
||||
export type TamperState = 'intrusion' | 'motion' | 'magnetic' | 'cover' | true | false;
|
||||
export interface TamperSensor {
|
||||
tampered?: TamperState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user