Physical Relays

This commit is contained in:
2024-06-03 01:42:05 -04:00
parent b58febf7ec
commit 9fe7fa1621
6 changed files with 75 additions and 40 deletions

View File

@@ -55,7 +55,7 @@ Enums.Elevator = {
Enums.InteractType = {
LightSwitch = "LightSwitch" :: "LightSwitch",
Light = "Light" :: "Light",
Light = "Light" :: "Light",
LightSource = "LightSource" :: "LightSource"
}