mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-28 01:25:40 -05:00
Switch new display to Vue
This commit is contained in:
4
WebDisplay/src/models/laundry/laundry-status.ts
Normal file
4
WebDisplay/src/models/laundry/laundry-status.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default class LaundryStatus {
|
||||
washer: boolean | undefined = false;
|
||||
dryer: boolean | undefined = false;
|
||||
}
|
||||
Reference in New Issue
Block a user