Added "air pressure" to RadioHeadWeatherStation device
Also updated radiohead-serial dependency to v4.1.1
... | ... | @@ -23,7 +23,7 @@ |
"README.md", | ||
"README-de.md" | ||
], | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"homepage": "https://crycode.de/pimatic-radiohead", | ||
"license": "GPL-2.0", | ||
"repository": { | ||
... | ... | @@ -35,7 +35,7 @@ |
}, | ||
"configSchema": "radiohead-config-schema.coffee", | ||
"dependencies": { | ||
"radiohead-serial": "^4.0.1" | ||
"radiohead-serial": "^4.1.1" | ||
}, | ||
"peerDependencies": { | ||
"pimatic": "0.9.*" | ||
... | ... |
Please register or sign in to comment