-
Notifications
You must be signed in to change notification settings - Fork 0
Loading a profile
Jan W edited this page Feb 13, 2021
·
1 revision
This example shows the configuration for a simple setup in which an OpenRGB profile name (such as 'MyProfile.orp') is directly received via MQTT and no further mapping or transformation whatsoever is applied.
// allmylightsrc.json
{
"Sources": [{
"Type" : "Mqtt",
"Server": "192.168.168.1",
"Port": 1883,
"Topics": {
"Result": "stat/openrgb/profile"
}
}],
"Sinks": [{
"Type": "OpenRGB",
"Server": "127.0.0.1",
"Port": 6742
}]
}