toUSTherms static method

double toUSTherms(
  1. double value
)

Converts the supplied Watt Hours value to US Therms

Implementation

static double toUSTherms(double value) => value / 29300.1;