Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 345 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 345 Bytes

Change units

Each of Windy's overlays has its own object in windyApi.overlays modules. Use these objects to change an overlay's metric. For example, for wind overlay, use the read only value overlays.wind.metric to get the actual value, .listMetrics() to get allowed ones, and .setMetric(metric) to set the metric to the new value.