Riing Quad fans go back to rainbow after a couple seconds #141
-
|
I think a similar problem has been posted on here before, but the solution to that didn't help me, so I'm posting it again. I'm not an expert on this stuff. I'm just a mildly-competent end-user trying to make my fans blue instead of rainbow. Below are my config file, a debug report showing my controllers, and a log of the service running in console. Does anyone know what's going wrong here? CONFIG {
"Profiles":
[
{
"Name": "Default",
"Ports":
[
[9802, 8803, 1],
[9802, 8803, 2],
[9802, 8803, 3],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
],
"Effects":
[
{
"Type": "StaticColorEffect",
"Config":
{
"Color":
{
"Full":
[0,0,255]
},
"ColorGenerationMethod": "PerPort",
"Trigger":
{
"Type": "OneTimeTrigger"
}
}
}
]
}
],
"PortConfigs":
[
{
"Ports":
[
[9802, 8803, 1],
[9802, 8803, 2],
[9802, 8803, 3],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
],
"Config":
{
"DeviceType": "RiingQuad",
"IgnoreColorCache": true
}
}
],
"ComputerStateProfiles": [],
"PortConfigs": [],
"SensorConfigs": []
}DEBUG REPORT CONSOLE LOG |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You are using |
Beta Was this translation helpful? Give feedback.
You are using
OneTimeTriggerso the colors are only set once, then after some time the controller falls back to rainbow.Use
AlwaysTrigger.