Updated based on review feedback from @SweVictor. Thanks!

This commit is contained in:
faanskit 2021-05-11 21:03:48 +02:00
parent d239aacbc1
commit 729559750e
3 changed files with 35 additions and 31 deletions

View file

@ -12,8 +12,8 @@ export interface OutputDevice {
hiddenFromSceneList?: boolean;
name: string;
output: number;
roomId: string;
roomName: string;
roomId: string | undefined;
roomName: string | undefined;
state: boolean | undefined;
type: string;
typeName: string;