kcUtilities.SmartMeterTexasReader
2021.3.23.1
See the version list below for details.
dotnet add package kcUtilities.SmartMeterTexasReader --version 2021.3.23.1
NuGet\Install-Package kcUtilities.SmartMeterTexasReader -Version 2021.3.23.1
<PackageReference Include="kcUtilities.SmartMeterTexasReader" Version="2021.3.23.1" />
paket add kcUtilities.SmartMeterTexasReader --version 2021.3.23.1
#r "nuget: kcUtilities.SmartMeterTexasReader, 2021.3.23.1"
// Install kcUtilities.SmartMeterTexasReader as a Cake Addin #addin nuget:?package=kcUtilities.SmartMeterTexasReader&version=2021.3.23.1 // Install kcUtilities.SmartMeterTexasReader as a Cake Tool #tool nuget:?package=kcUtilities.SmartMeterTexasReader&version=2021.3.23.1
A simple library for reading data from the SmartMeterTexas website. Mainly useful if you want to programmaticly pull down daily usage for storing locally. Note this package is NOT an official package from SmartMeterTexas.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2024.3.15.8 | 133 | 3/15/2024 | |
2024.3.15.7 | 110 | 3/15/2024 | |
2023.2.16.1 | 299 | 2/16/2023 | |
2021.11.4.1 | 401 | 11/4/2021 | |
2021.8.31.1 | 346 | 8/31/2021 | |
2021.6.23.1 | 379 | 6/23/2021 | |
2021.6.19.1 | 365 | 6/19/2021 | |
2021.3.23.1 | 401 | 3/23/2021 | |
2021.1.18.1 | 383 | 1/18/2021 | |
2020.12.14.2 | 406 | 12/14/2020 | |
2020.12.14.1 | 382 | 12/14/2020 | |
2020.2.2.1 | 567 | 2/2/2020 | |
2019.12.26.1 | 573 | 12/26/2019 | |
2019.12.12.1-beta | 405 | 12/12/2019 | |
2019.12.10.2 | 511 | 12/10/2019 | |
2019.10.8.1 | 663 | 10/8/2019 | |
2019.7.13.6 | 690 | 7/13/2019 | |
2019.7.13.5 | 689 | 7/13/2019 | |
2019.7.13.4 | 690 | 7/13/2019 | |
2019.6.23 | 729 | 6/23/2019 | |
2017.9.5.1 | 1,066 | 9/5/2017 | |
2017.8.21.8 | 1,162 | 8/21/2017 |
Change Log
- 2021-03-23
- Handle changes made to the authentication process, change user agent to current version.
- 2021-01-18
- Add call to get messages as it seems like the web ui does it.
- 2020-12-14
- Update user agent string.
- 2020-02-02
- Expose ReadMeterAttributes method.
- 2019.12.26
- I am now exposing a property "Meters" that lists all the meteres associated with the logged in account, this is especially useful if you have multiple properties.
- 2019.12.10
- Update for new SmartMeterTexas.com website.
- 2019.10.8
- Add note about upcoming changes to the SmartMeterTexas website.
- 2019.7.13
- Add symbol package
- 2019.6.23.1
- Update Repo URLS
- Add project to buildbot.