Skip to content

Commit

Permalink
chore: specify in generator config that only MQTT is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed May 22, 2023
1 parent aa14d32 commit d283a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"apiVersion": "v1",
"generator": ">=1.10.0 <2.0.0",
"renderer": "react",
"supportedProtocols": ["mqtt"],
"parameters": {
"server": {
"description": "The server you want to use in the code.",
Expand Down

0 comments on commit d283a8c

Please sign in to comment.