diff --git a/README.md b/README.md index 6c8ae228..8011f911 100755 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Parameter | Optional? | Description :-- | :----: | :--- `platform` | | The Homebridge Accessory (REQUIRED, must be exactly: `Awair2`) `token` | | Developer Token (REQUIRED, see [Installation](#installation)) above. -`userType` | Y | The type of user account (Eefault = `users/self`, options: `users/self` or `orgs/###`, where ### is the Awair Organization `orgId`) +`userType` | Y | The type of user account (Default = `users/self`, options: `users/self` or `orgs/###`, where ### is the Awair Organization `orgId`) `airQualityMethod` | Y | Air quality calculation method used to define the Air Quality Chracteristic (Default = `awair-aqi`, options: `awair-aqi`, `awair-pm`, `awair-score` or `nowcast-aqi`) `endpoint` | Y | The `/air-data/` endpoint to use (Default = `15-min-avg`, options: `15-min-avg`, `5-min-avg`, `raw` or `latest`) `limit` | Y | Number of consecutive data points returned per request, used for custom averaging of sensor values (Default = `1` i.e. one `15-min-avg`). Defaults to 1 for `latest`.