Add developer tool to explore and edit settings

This commit is contained in:
Travis Ralston 2021-02-18 14:56:19 -07:00
parent a581c36f58
commit 52c73a7a58
4 changed files with 357 additions and 1 deletions

View file

@ -61,7 +61,7 @@ for (const key of Object.keys(LEVEL_HANDLERS)) {
LEVEL_HANDLERS[key] = new LocalEchoWrapper(LEVEL_HANDLERS[key]);
}
const LEVEL_ORDER = [
export const LEVEL_ORDER = [
SettingLevel.DEVICE,
SettingLevel.ROOM_DEVICE,
SettingLevel.ROOM_ACCOUNT,