-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nathan Norton
committed
Dec 29, 2023
1 parent
cfa43e6
commit 8433683
Showing
24 changed files
with
252 additions
and
605 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
animations: | ||
- guid: rain-bow | ||
name: Rainbow | ||
details: | ||
type: RAINBOW | ||
startLed: ~ | ||
endLed: ~ | ||
transitionMs: 50 | ||
|
||
- guid: red-rider | ||
name: Red Rider | ||
details: | ||
type: BOUNCE | ||
startLed: ~ | ||
endLed: ~ | ||
color: [255, 0, 0, 0] | ||
speed: 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
devices: | ||
- guid: 6ea1f96e-dc3b-4599-9b3e-14573fabbe3b | ||
currentIP: 192.168.12.199 | ||
name: New Lamp 199 | ||
macAddress: 28:cd:c1:0f:82:90 | ||
numOfLeds: 20 | ||
description: "" | ||
- guid: 14bcd4fc-ad00-47f0-ac3c-d89fcecd4c31 | ||
currentIP: 192.168.12.202 | ||
name: New Lamp 202 | ||
macAddress: 28:cd:c1:0f:7e:c1 | ||
numOfLeds: 60 | ||
description: "" | ||
- guid: db79a99b-358a-48b7-b24d-4d015828124c | ||
currentIP: 192.168.12.206 | ||
name: New Lamp 206 | ||
macAddress: 28:cd:c1:0f:93:da | ||
numOfLeds: 60 | ||
description: "" |
Oops, something went wrong.