Skip to content

Releases: cityssm/node-green-button-subscriber

v0.5.0

05 Oct 14:07
872a106
Compare
Choose a tag to compare

Breaking Change

  • Some class members are now private.

Highlights

  • getGreenButtonHttpsLink() to help with following related links.
  • Updated dependencies.

v0.4.0

20 Sep 13:43
Compare
Choose a tag to compare

Breaking Change

Restructured into a class.

v0.3.0

04 Aug 19:56
Compare
Choose a tag to compare

Now accepting optional date ranges on getBatchSubscriptionsByAuthorization() and getBatchSubscriptionsByMeter().

v0.2.0

04 Aug 15:22
Compare
Choose a tag to compare

Highlights

  • Support for "entry only" endpoints.
  • More endpoints
    • getAuthorization()
    • getUsagePoints()
    • getMeterReadings()
    • getIntervalBlocks()
    • getUsageSummaries()
    • getElectricPowerQualitySummaries()
    • getBatchSubscriptionsByMeter()

v0.1.0

03 Aug 17:18
Compare
Choose a tag to compare

Initial Release

Tested with UtilityAPI Green Button Endpoints

Includes endpoints:

  • getAuthorizations()
  • getCustomers(authorizationId: string)
  • getCustomerAccounts(authorizationId: string, customerId: string)
  • getCustomerAgreements(authorizationId: string, customerId: string, customerAccountId: string)
  • getBatchSubscriptions(authorizationId: string)

More endpoints coming as EMILE is developed.