We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0cc25 commit 3ab9d00Copy full SHA for 3ab9d00
lib/hub.js
@@ -9,8 +9,8 @@ class Hub {
9
this.options = options || {}
10
}
11
12
- _normalizeDeviceID(id) {
13
- return `${this.projectID}:${id}`
+ _normalizeDeviceID() {
+ return `${this.projectID}:${this.deviceID}`
14
15
16
_normalizeTopic(topic) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "labstack",
3
- "version": "0.50.0",
+ "version": "0.50.1",
4
"description": "Official Node.js client library for the LabStack platform",
5
"main": "index.js",
6
"scripts": {
0 commit comments