Skip to content

Commit

Permalink
Added support for ColorSettingTemperature and ColorSettingHsv to the …
Browse files Browse the repository at this point in the history
…MQTT support.
  • Loading branch information
nberardi committed Feb 14, 2024
1 parent 0ff9558 commit cffca24
Show file tree
Hide file tree
Showing 5 changed files with 727 additions and 96 deletions.
130 changes: 76 additions & 54 deletions plugins/mqtt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions plugins/mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
]
},
"dependencies": {
"@types/node": "^16.6.1",
"aedes": "^0.46.1",
"axios": "^0.23.0",
"mqtt": "^4.2.8",
"nunjucks": "^3.2.3",
"websocket-stream": "^5.5.2"
},
"devDependencies": {
"@scrypted/sdk": "file:../../sdk",
"@scrypted/common": "file:../../common",
"@scrypted/sdk": "file:../../sdk",
"@types/node": "^18.4.2",
"@types/nunjucks": "^3.2.0"
},
"version": "0.0.76"
"version": "0.0.77"
}
Loading

0 comments on commit cffca24

Please sign in to comment.