Entries by admin

All Constructors set the UID number

Constructors (All) Constructors: set the UID number EnergyMonitor() – create a module with the default name “MyEnergyMonitor” EnergyMonitor(String name) – create a module with the specified name Queries: String getName() – get name of the file boolean isOn() – returns true/false power is flowing double getPower() – get average power over last 10 seconds (as […]