diff --git a/plugin.json b/plugin.json index 9d6211d..ddc9bf6 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name" : "ttn-stack", - "version" : "1.0.1", + "version" : "1.0.2", "description" : "Plugin for handling The Things Stack integration", "author" : "Alvaro Luis Bustamante", "license" : "MIT", @@ -21,8 +21,8 @@ "Device" : { "*" : ["CreateDevice", "SetDeviceProperty", "ReadDeviceProperty", "UpdateDeviceCallback", "CallDeviceCallback"] }, - "Event" : { - "*" : ["SubscribeEvents"] + "User" : { + "*" : ["SubscribeUserEvents"] }, "Bucket" : { "*" : ["CreateBucket"] diff --git a/task/package.json b/task/package.json index 8f5bd62..f69cb56 100644 --- a/task/package.json +++ b/task/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "1.0.1", + "version": "1.0.2", "description": "Plugin for handling TTN (v3) integration.", "author": "Alvaro Luis Bustamante", "license": "MIT",