From e039e39a06cf1511b33d83e62098a5fef6135051 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 16 Jun 2024 14:18:58 +0100 Subject: [PATCH] Adding sleep and wake on lan submodule --- .gitmodules | 3 +++ PC/ReadMe.md | 9 +++++++++ PC/Sleep-and-Wake-On-LAN-Node-Red-System | 1 + 3 files changed, 13 insertions(+) create mode 100644 PC/ReadMe.md create mode 160000 PC/Sleep-and-Wake-On-LAN-Node-Red-System diff --git a/.gitmodules b/.gitmodules index 3ea7267..8e3499c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "PiDesk/Cups_Dymo-450"] path = PiDesk/Cups_Dymo-450 url = git@github.com:ScottGibb/Cups_Dymo-450.git +[submodule "PC/Sleep-and-Wake-On-LAN-Node-Red-System"] + path = PC/Sleep-and-Wake-On-LAN-Node-Red-System + url = https://github.com/ScottGibb/Sleep-and-Wake-On-LAN-Node-Red-System.git diff --git a/PC/ReadMe.md b/PC/ReadMe.md new file mode 100644 index 0000000..0fa70bd --- /dev/null +++ b/PC/ReadMe.md @@ -0,0 +1,9 @@ +# PC + +## Summary + +This folder contains all the projects that run on the Windows 10 PC. + +So far this includes: + +- [Sleep and Wake on LAN](./Sleep-and-Wake-On-LAN-Node-Red-System/README.md): This contains a system that integrates with Node-Red and Alexa to turn on and off my desk. diff --git a/PC/Sleep-and-Wake-On-LAN-Node-Red-System b/PC/Sleep-and-Wake-On-LAN-Node-Red-System new file mode 160000 index 0000000..7f4f3d9 --- /dev/null +++ b/PC/Sleep-and-Wake-On-LAN-Node-Red-System @@ -0,0 +1 @@ +Subproject commit 7f4f3d925228140aceaeffbabcd4255cecb54ae4