mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-06-20 04:05:08 -04:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
export default class PowerStatus {
|
|
Generation: number = 0;
|
|
Consumption: number = 0;
|
|
}
|