From c0c32e0f89b7899a36246fd84a8364c1b778e26e Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 9 Jun 2020 18:19:48 +0200 Subject: [PATCH] move devices to devices folder --- src/{ => devices}/solar.cpp | 0 src/{ => devices}/solar.h | 0 src/{ => devices}/switch.cpp | 0 src/{ => devices}/switch.h | 0 src/{ => devices}/thermostat.cpp | 0 src/{ => devices}/thermostat.h | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => devices}/solar.cpp (100%) rename src/{ => devices}/solar.h (100%) rename src/{ => devices}/switch.cpp (100%) rename src/{ => devices}/switch.h (100%) rename src/{ => devices}/thermostat.cpp (100%) rename src/{ => devices}/thermostat.h (100%) diff --git a/src/solar.cpp b/src/devices/solar.cpp similarity index 100% rename from src/solar.cpp rename to src/devices/solar.cpp diff --git a/src/solar.h b/src/devices/solar.h similarity index 100% rename from src/solar.h rename to src/devices/solar.h diff --git a/src/switch.cpp b/src/devices/switch.cpp similarity index 100% rename from src/switch.cpp rename to src/devices/switch.cpp diff --git a/src/switch.h b/src/devices/switch.h similarity index 100% rename from src/switch.h rename to src/devices/switch.h diff --git a/src/thermostat.cpp b/src/devices/thermostat.cpp similarity index 100% rename from src/thermostat.cpp rename to src/devices/thermostat.cpp diff --git a/src/thermostat.h b/src/devices/thermostat.h similarity index 100% rename from src/thermostat.h rename to src/devices/thermostat.h