From 456ec217f2d8964e27b4e1ea0afddbaa4b8942fc Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 24 Mar 2025 03:09:52 -0400 Subject: [PATCH] Rename floor-based folders --- {first-floor-lighting => first-floor}/dining-room/processing.js | 0 .../downstairs-bathroom/downstairs-bathroom.js | 0 {first-floor-lighting => first-floor}/living-room/processing.js | 0 {first-floor-lighting => first-floor}/mud-room/mud-room.js | 0 .../emma-bedroom/emma-bedroom.js | 0 .../kallen-bedroom/kallen-bedroom.js | 0 .../master-bedroom/master-bedroom.js | 0 {second-floor-lighting => second-floor}/stairwell/adjust.js | 0 {second-floor-lighting => second-floor}/stairwell/on-off.js | 0 .../stairwell/timer-finished.js | 0 .../upstairs-bathroom/auto-shower-mode.js | 0 .../upstairs-bathroom/motion-detected.js | 0 .../upstairs-bathroom/shower-mode.js | 0 .../upstairs-bathroom/timer-finished.js | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {first-floor-lighting => first-floor}/dining-room/processing.js (100%) rename {first-floor-lighting => first-floor}/downstairs-bathroom/downstairs-bathroom.js (100%) rename {first-floor-lighting => first-floor}/living-room/processing.js (100%) rename {first-floor-lighting => first-floor}/mud-room/mud-room.js (100%) rename {second-floor-lighting => second-floor}/emma-bedroom/emma-bedroom.js (100%) rename {second-floor-lighting => second-floor}/kallen-bedroom/kallen-bedroom.js (100%) rename {second-floor-lighting => second-floor}/master-bedroom/master-bedroom.js (100%) rename {second-floor-lighting => second-floor}/stairwell/adjust.js (100%) rename {second-floor-lighting => second-floor}/stairwell/on-off.js (100%) rename {second-floor-lighting => second-floor}/stairwell/timer-finished.js (100%) rename {second-floor-lighting => second-floor}/upstairs-bathroom/auto-shower-mode.js (100%) rename {second-floor-lighting => second-floor}/upstairs-bathroom/motion-detected.js (100%) rename {second-floor-lighting => second-floor}/upstairs-bathroom/shower-mode.js (100%) rename {second-floor-lighting => second-floor}/upstairs-bathroom/timer-finished.js (100%) diff --git a/first-floor-lighting/dining-room/processing.js b/first-floor/dining-room/processing.js similarity index 100% rename from first-floor-lighting/dining-room/processing.js rename to first-floor/dining-room/processing.js diff --git a/first-floor-lighting/downstairs-bathroom/downstairs-bathroom.js b/first-floor/downstairs-bathroom/downstairs-bathroom.js similarity index 100% rename from first-floor-lighting/downstairs-bathroom/downstairs-bathroom.js rename to first-floor/downstairs-bathroom/downstairs-bathroom.js diff --git a/first-floor-lighting/living-room/processing.js b/first-floor/living-room/processing.js similarity index 100% rename from first-floor-lighting/living-room/processing.js rename to first-floor/living-room/processing.js diff --git a/first-floor-lighting/mud-room/mud-room.js b/first-floor/mud-room/mud-room.js similarity index 100% rename from first-floor-lighting/mud-room/mud-room.js rename to first-floor/mud-room/mud-room.js diff --git a/second-floor-lighting/emma-bedroom/emma-bedroom.js b/second-floor/emma-bedroom/emma-bedroom.js similarity index 100% rename from second-floor-lighting/emma-bedroom/emma-bedroom.js rename to second-floor/emma-bedroom/emma-bedroom.js diff --git a/second-floor-lighting/kallen-bedroom/kallen-bedroom.js b/second-floor/kallen-bedroom/kallen-bedroom.js similarity index 100% rename from second-floor-lighting/kallen-bedroom/kallen-bedroom.js rename to second-floor/kallen-bedroom/kallen-bedroom.js diff --git a/second-floor-lighting/master-bedroom/master-bedroom.js b/second-floor/master-bedroom/master-bedroom.js similarity index 100% rename from second-floor-lighting/master-bedroom/master-bedroom.js rename to second-floor/master-bedroom/master-bedroom.js diff --git a/second-floor-lighting/stairwell/adjust.js b/second-floor/stairwell/adjust.js similarity index 100% rename from second-floor-lighting/stairwell/adjust.js rename to second-floor/stairwell/adjust.js diff --git a/second-floor-lighting/stairwell/on-off.js b/second-floor/stairwell/on-off.js similarity index 100% rename from second-floor-lighting/stairwell/on-off.js rename to second-floor/stairwell/on-off.js diff --git a/second-floor-lighting/stairwell/timer-finished.js b/second-floor/stairwell/timer-finished.js similarity index 100% rename from second-floor-lighting/stairwell/timer-finished.js rename to second-floor/stairwell/timer-finished.js diff --git a/second-floor-lighting/upstairs-bathroom/auto-shower-mode.js b/second-floor/upstairs-bathroom/auto-shower-mode.js similarity index 100% rename from second-floor-lighting/upstairs-bathroom/auto-shower-mode.js rename to second-floor/upstairs-bathroom/auto-shower-mode.js diff --git a/second-floor-lighting/upstairs-bathroom/motion-detected.js b/second-floor/upstairs-bathroom/motion-detected.js similarity index 100% rename from second-floor-lighting/upstairs-bathroom/motion-detected.js rename to second-floor/upstairs-bathroom/motion-detected.js diff --git a/second-floor-lighting/upstairs-bathroom/shower-mode.js b/second-floor/upstairs-bathroom/shower-mode.js similarity index 100% rename from second-floor-lighting/upstairs-bathroom/shower-mode.js rename to second-floor/upstairs-bathroom/shower-mode.js diff --git a/second-floor-lighting/upstairs-bathroom/timer-finished.js b/second-floor/upstairs-bathroom/timer-finished.js similarity index 100% rename from second-floor-lighting/upstairs-bathroom/timer-finished.js rename to second-floor/upstairs-bathroom/timer-finished.js