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 5395c36 commit 1ccc23fCopy full SHA for 1ccc23f
index.js
@@ -105,6 +105,8 @@ function HttpPushRgb(log, config) {
105
config.switch.notificationID) {
106
try {
107
api.notificationRegistration(config.switch.notificationID, this.handleNotification.bind(this), config.switch.notificationPassword);
108
+ global.notificationRegistration(config.switch.notificationID, this.handleNotification.bind(this), config.switch.notificationPassword);
109
+
110
} catch (error) {
111
// notificationID is already taken.
112
}
0 commit comments