Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
fix downlink
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolb authored Nov 24, 2021
1 parent 144feb8 commit ae97026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,8 +21,8 @@
"Device" : {
"*" : ["CreateDevice", "SetDeviceProperty", "ReadDeviceProperty", "UpdateDeviceCallback", "CallDeviceCallback"]
},
"Event" : {
"*" : ["SubscribeEvents"]
"User" : {
"*" : ["SubscribeUserEvents"]
},
"Bucket" : {
"*" : ["CreateBucket"]
Expand Down
2 changes: 1 addition & 1 deletion task/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ae97026

Please sign in to comment.