Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Typescript fixes (#47)
Browse files Browse the repository at this point in the history
I don't know what's upsetting typescript now, but this is necessary to
unbreak the build.
  • Loading branch information
amrc-benmorrow authored Jan 15, 2024
2 parents 700bd3b + 0b8e66a commit 6161298
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 359 deletions.
2 changes: 1 addition & 1 deletion lib/devices/MQTT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class MQTTConnection extends DeviceConnection {
connectTimeout?: number
reconnectPeriod?: number
}
#client: mqtt.Client
#client: mqtt.MqttClient

constructor(type: string, connDetails: mqttConnDetails) {
super(type);
Expand Down
Loading

0 comments on commit 6161298

Please sign in to comment.