This shows you the differences between two versions of the page.
— |
sunriseset_v5_0 [2015/11/27 22:09] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Sunrise / Sunset** | ||
+ | ^Feature^Support^ | ||
+ | |Sending|{{http://wiki.pilight.org/lib/images/notsupported.gif}}| | ||
+ | |Receiving|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
+ | |Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
+ | |||
+ | ==== Supported Brands ==== | ||
+ | |||
+ | //None// | ||
+ | |||
+ | ==== Sender Arguments ==== | ||
+ | |||
+ | //None// | ||
+ | |||
+ | ==== Config ==== | ||
+ | <code> | ||
+ | "weather": { | ||
+ | "name": "Weather", | ||
+ | "sunriseset": { | ||
+ | "name": "Sunrise", | ||
+ | "protocol": [ "sunriseset" ], | ||
+ | "id": [{ | ||
+ | "longitude": "4.895167", | ||
+ | "latitude": "52.3702157" | ||
+ | }], | ||
+ | "sunrise": 643, | ||
+ | "sunset": 1853, | ||
+ | "sun": "set" | ||
+ | } | ||
+ | } | ||
+ | </code> | ||
+ | |||
+ | ==== Optional Settings ==== | ||
+ | |||
+ | ^Setting^Default^Format^Description^ | ||
+ | |device-decimals|2|number|How many decimals does the sunrise information contain| | ||
+ | |gui-decimals|1|1 or 0|The sunrise decimals to show in the GUIs| | ||
+ | |gui-show-sunriseset|1|1 or 0|Don't display the sunrise / sunset value| |