update dbmData and Subscription so it is reactive
new save load scenes
This commit is contained in:
@@ -2,7 +2,7 @@ export type Set = {
|
||||
uuid?: string | undefined;
|
||||
path: string;
|
||||
type?: string;
|
||||
value: number | boolean | undefined;
|
||||
value: string | number | boolean | undefined;
|
||||
create?: boolean;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user