1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add more explicit documentation for PrettyWeather's optional attributes

This commit is contained in:
Chris Cummer
2018-06-02 06:05:38 -07:00
parent c1f9c7bbfb
commit 052a115121
4 changed files with 12 additions and 8 deletions

View File

@@ -43,7 +43,8 @@ None.
### Attributes
`city` <br />
_Optional_. <br />
_Optional_. It will grab the current location from your IP address if
omitted.<br />
Values: The name of any city supported by [Wttr.in](http://wttr.in).
`enabled` <br />
@@ -58,6 +59,6 @@ How often, in seconds, this module will update its data. <br />
Values: A positive integer, `0..n`.
`unit` <br />
_Optional_. <br />
_Optional_. It will use metric if you are out of US and imperial for US.<br />
The temperature scale in which to display temperature values. <br />
Values: `F` for Fahrenheit, `C` for Celcius.