Type aliases
CommandType
CommandType: "get" | "set" | "operate" | "add" | "delete" | "notify"
IClientOptions
IClientOptions: IClientOptions
JSObject
JSObject: {}
JSType
JSType
: number | boolean | string | JSObject
MessageType
OperateCleanupFunction
OperateCleanupFunction: () => Promise<void>
OperateFunction
Type declaration
-
-
Parameters
Returns Promise<JSType>
PromiseResult
PromiseResult: { reject: any; resolve: any }
Role
Role: "admin" | "user" | "none"
Router
SendFn
USPMessage
USP Commands