Mercurial > code > home > repos > light9
diff web/panels.ts @ 2417:ae4b90efb55a
start calibration tool
author | drewp@bigasterisk.com |
---|---|
date | Mon, 20 May 2024 01:28:12 -0700 |
parents | 7e7874fed2e3 |
children |
line wrap: on
line diff
--- a/web/panels.ts Mon May 20 01:27:09 2024 -0700 +++ b/web/panels.ts Mon May 20 01:28:12 2024 -0700 @@ -3,6 +3,7 @@ export { Light9EffectListing } from "./effects/Light9EffectListing"; export { Light9FadeUi } from "./fade/Light9FadeUi"; export { Light9DeviceSettings } from "./live/Light9DeviceSettings"; +export { Light9Calibrate } from "./calibrate/Light9Calibrate"; const panels: Map<string, Array<string>> = new Map([ ["light9-ascoltami-ui", ["ascoltami", "ascoltami"]], @@ -10,6 +11,7 @@ ["light9-device-settings", ["device-settings", "live"]], ["light9-effect-listing", ["effect-listing" , "effectListing"]], ["light9-fade-ui", ["fade", "fade"]], + ["light9-calibrate", ["calibrate", "calibrate"]], ]); export function panelElementNames(): string[] {