Skip to content

Commit

Permalink
fix MQTT
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Mar 3, 2024
1 parent 26eb473 commit c219e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Xbox TV",
"name": "homebridge-xbox-tv",
"version": "2.12.33",
"version": "2.12.34",
"description": "Homebridge plugin to control Xbox game consoles.",
"license": "MIT",
"author": "grzegorz914",
Expand Down
2 changes: 1 addition & 1 deletion src/mqtt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";
const Mqtt = require("async-mqtt");
const MQTT = require("async-mqtt");
const EventEmitter = require('events');

class MQTTCLIENT extends EventEmitter {
Expand Down

0 comments on commit c219e9b

Please sign in to comment.