Init
This commit is contained in:
6
build/mqtt/interface.d.ts
vendored
Normal file
6
build/mqtt/interface.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { DeviceSmartLockMessage } from "./model";
|
||||
export interface MQTTServiceEvents {
|
||||
"connect": () => void;
|
||||
"close": () => void;
|
||||
"lock message": (message: DeviceSmartLockMessage) => void;
|
||||
}
|
||||
Reference in New Issue
Block a user