We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1f85d commit 5c3da2eCopy full SHA for 5c3da2e
src/core/TuyaOpenMQ.ts
@@ -32,7 +32,7 @@ export default class TuyaOpenMQ {
32
public messageListeners = new Set<TuyaMQTTCallback>();
33
public linkId = uuid_v4();
34
35
- public timer?: NodeJS.Timer;
+ public timer?: NodeJS.Timeout;
36
37
constructor(
38
public api: TuyaOpenAPI,
0 commit comments