Configuration Help #71
-
Describe your desired configuration Hardware info
Current configuration
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
You didnt correctly configure the effect: "Effects": [
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"Full": [98, 28, 135]
},
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
] You can see fan rpm when you run the service in console mode, but the service needs to be stopped for the option to be enabled. |
Beta Was this translation helpful? Give feedback.
-
Ah great thanks for the quick reply. I thought I might be missing that
"Color" But the Static Color Effect page didn't have an example. I'll try
this out soon.
…On Wed, Sep 9, 2020, 5:45 AM MoshiMoshi0 ***@***.***> wrote:
You didnt correctly configure the effect:
"Effects": [
{
"Type": "StaticColorEffect",
"Config": {
"Color": {
"Full": [98, 28, 135]
},
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
You can see fan rpm when you run the service in console mode, but the
service needs to be stopped for the option to be enabled.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/MoshiMoshi0/TTController/issues/71#issuecomment-689481135>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGERNHFGMNTGKFGJKROCWYLSE5MFDANCNFSM4RA36U6A>
.
|
Beta Was this translation helpful? Give feedback.
-
Im assuming everything is working, closing. |
Beta Was this translation helpful? Give feedback.
-
Yeah working great as far as I can tell.
…On Tue, Sep 15, 2020, 6:14 PM MoshiMoshi0 ***@***.***> wrote:
Im assuming everything is working, closing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/MoshiMoshi0/TTController/issues/71#issuecomment-693027272>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGERNHHFBLWSS6KSO2KB6LTSF7YONANCNFSM4RA36U6A>
.
|
Beta Was this translation helpful? Give feedback.
You didnt correctly configure the effect:
You can see fan rpm when you run the service in console mode, but the service needs to be stopped for the option to be enabled.