mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-20 17:23:46 -05:00
Switch new display to Vue
This commit is contained in:
4
WebDisplay/src/models/power/power-status.ts
Normal file
4
WebDisplay/src/models/power/power-status.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default class PowerStatus {
|
||||
Generation: number = 0;
|
||||
Consumption: number = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user