# HG changeset patch # User drewp@bigasterisk.com # Date 2023-05-18 17:25:40 # Node ID 9d3e6bfe30aa57aaf86e48856f7fab396c7d2970 # Parent 94b58da02abcd95452463f9a971db96db8c4caf3 log diff --git a/light9/web/live/Light9LiveControls.ts b/light9/web/live/Light9LiveControls.ts --- a/light9/web/live/Light9LiveControls.ts +++ b/light9/web/live/Light9LiveControls.ts @@ -99,6 +99,7 @@ export class Light9LiveControls extends log(`found ${classes.length} device classes`); uniq(sortBy(classes, "value"), true).forEach((dc) => { sortBy(this.graph.subjects(U("rdf:type"), dc), "value").forEach((dev) => { + log(`found dev ${dev.value}`) this.devices.push(dev as NamedNode); }); }); @@ -127,7 +128,7 @@ export class Light9LiveControls extends } u.searchParams.set("effect", effectStr); // this escapes : and / and i wish it didn't window.history.replaceState({}, "", u.href); - return log("wrote new url", u.href); + log("wrote new url", u.href); } newEffect() {