update dbmData and Subscription so it is reactive
new save load scenes
This commit is contained in:
9
src/models/Scene.ts
Normal file
9
src/models/Scene.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Value } from './Value';
|
||||
|
||||
export interface Scene {
|
||||
name: string;
|
||||
description?: string;
|
||||
movingHead: boolean;
|
||||
lightBar: boolean;
|
||||
values?: Value[];
|
||||
}
|
Reference in New Issue
Block a user