Getting Started
The published API site is generated reference documentation for the WeatherLinkLive library. The most important entry points are:
Typical Flow
- Build the solution.
- Run the release docs generation target.
- Open the generated
docs/index.htmlsite. - Use the API reference and conceptual pages to browse the library.
Example
using WeatherLinkLive;
var client = new WeatherLinkLiveAPI.WeatherLinkLive("192.168.1.100");
await client.InitializeAsync();
Next Pages
WeatherLink Live is a trademark of Davis Instruments.