Skip to content

Commit

Permalink
Merge pull request #12 from mcrossley/master
Browse files Browse the repository at this point in the history
b6064 updates
  • Loading branch information
mcrossley authored Feb 18, 2020
2 parents 90fa1f5 + 2461c72 commit 865be6b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions interface/json/StationOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@
"daviswll": {
"collapsed": true,
"fields": {
"api": {
"collapsed": true,
"fields": {
"apiKey": {
"helper": "Enter your WeatherLink.com APIv2 key"
},
"apiSecret": {
"helper": "Enter your WeatherLink.com APIv2 secret"
},
"apiStationId": {
"helper": "Enter the station id used for your WLL device in the WeatherLink.com APIv2"
}
}
},
"primary": {
"collapsed": true,
"fields": {
Expand Down
16 changes: 16 additions & 0 deletions interface/json/StationSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,22 @@
"title": "Davis WeatherLink Live",
"type": "object",
"properties": {
"api": {
"title": "WeatherLink.com API details",
"type": "object",
"properties": {
"apiKey": {
"title": "WeatherLink APIv2 key"
},
"apiSecret": {
"title": "WeatherLink APIv2 secret"
},
"apiStationId": {
"title": "WLL device id on WeatherLink APIv2",
"type": "integer"
}
}
},
"primary": {
"title": "Primary Sensors",
"type": "object",
Expand Down

0 comments on commit 865be6b

Please sign in to comment.