def

func:energyStarPropertyMetrics

energyStarPropertyMetrics(conn, propertyId, month, metrics)

Read a list of metrics for a specific property. The month to be should be passed as month literal YYYY-MM or any Date in that month. The metrics to be read as passed as Dict or markers and returned as a Dict with the resulting values. If the metric is not available, then it is not included in the resulting Dict.

For list of metrics to query see EnergyStar Docs.

Example:

energyStarPropertyMetrics(conn, "123", 2013-01, {score})  >>>  {score: 67}

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function