Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed May 16, 2023
2 parents 62379bb + 2b8f391 commit 403242d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EXT-Background.js
Expand Up @@ -11,7 +11,7 @@ Module.register("EXT-Background", {
},

notificationReceived: function (notification, payload, sender) {
if (notification == "Gw_READY" ) {
if (notification == "GW_READY" ) {
if (sender.name != "Gateway") return
this.sendSocketNotification("INIT")
this.sendNotification("EXT_HELLO", this.name)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "EXT-Background",
"version": "1.2.0",
"rev": "230324",
"version": "1.2.1",
"rev": "230516",
"description": "Background for MMM-GoogleAssistant",
"main": "EXT-Background.js",
"repository": {
Expand Down

0 comments on commit 403242d

Please sign in to comment.