[OPB-41] adding seasonal lights effect

This commit is contained in:
Sheldan
2021-12-23 23:44:45 +01:00
parent aa4de8f571
commit 51775b454e
40 changed files with 2130 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1 @@
Adds this role to the mechanism which switches the colors of the defined roles to a random color, when `switchLights` is executed.

View File

@@ -0,0 +1 @@
Removes this role from the mechanism which switches the colors of the defined roles to a random color, when `switchLights` is executed.

View File

@@ -0,0 +1 @@
This command switches the configured roles to a completely random color.