Dpsg Speed Controller
Sets the speed of DPSG controller to one of the internal profiles.
Important: Only usable with DPSG controllers.
Format
{
"Type": "DpsgSpeedController",
"Config": {
"FanMode": <enum>,
"Trigger": <Trigger>
}
}
Variables
FanMode
Internal fan mode name.
Allowed values: "Off"
, "Silent"
, "Performance"
Required: No
Default value:
"Silent"
Example:
"FanMode": "Performance"
Trigger
Instance of a Trigger plugin.
Required: Yes
Default value:
Example:
"Trigger": {
"Type": "AlwaysTrigger"
}
Example
{
"Type": "DpsgSpeedController",
"Config": {
"FanMode": "Performance"
}
}