UNPKG

yimultiscreenserver-sdk-web

Version:

YiMultiScreenServer SDK for Web

14 lines 395 B
export class MQTTConnectOption { constructor() { this.userName = ""; this.password = ""; this.isCleanSession = true; this.connectionTimeout = 30; this.keepAliveInterval = 60; this.willTopic = ""; this.willMessage = ""; this.willQoS = 2; this.isWillRetained = false; } } //# sourceMappingURL=MQTTConnectOption.js.map