Skip to content

Commit

Permalink
0.9.11 - clarification moves
Browse files Browse the repository at this point in the history
  • Loading branch information
BKeyport committed Sep 11, 2023
1 parent 58888c5 commit 8822825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Model - This is to help homekit count the device as unique. Up to you.

Serial Number - Any combo of letters and numbers - MUST BE UNIQUE. Homekit and some programs needs this to count the device.

URL - ht<span>tp://ip address/v1/current conditions. Replace "Ip address" with the address of your unit
URL - ht<span>tp://ip address/v1/current conditions. Replace "Ip address" with the _direct_ address to your unit. It will not work with any interpeted addresses like WifiLogger.

Trasmitter ID - the station's ID under "Device Configuration" on weatherlink.com.

Expand Down
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"title": "Access URL",
"type": "string",
"required": true,
"description": "What is the complete URL to your Davis unit?",
"description": "What is the complete URL DIRECTLY to your Davis unit?",
"default": "http://<ip address>/v1/current_conditions"
},
"sensorType": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-davis",
"version": "0.9.10",
"version": "0.9.11",
"description": "Homebridge plugin that allows you to integrate your Davis WeatherLink Live station API.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8822825

Please sign in to comment.