mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-18 01:25:38 -05:00
Add power display widget
This commit is contained in:
4
Display/src/app/models/power/power-status.ts
Normal file
4
Display/src/app/models/power/power-status.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class PowerStatus {
|
||||
generation = 0;
|
||||
consumption = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user