-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugConfirmed bug in MaxTo.Confirmed bug in MaxTo.
Milestone
Description
You should escape region names.
I have 3 regions (just shorted for this example)
- Full
- 1/1
- 1460, 2380
The last name will run you into problem. Just escape the names
{
"command": "regions:cycle",
"parameters": {
"presets": "Full,1/1,1460, 2380",
"monitor": "97F8P91C06UL"
}
}
Should be something like:
"presets": "'Full', '1/1', '1460, 2380'",
Metadata
Metadata
Assignees
Labels
bugConfirmed bug in MaxTo.Confirmed bug in MaxTo.