mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
18 lines
312 B
JSON
18 lines
312 B
JSON
[
|
|
{
|
|
"name": "IPv4",
|
|
"regexp": "^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$",
|
|
"replacement": "{ip}"
|
|
},
|
|
{
|
|
"name": "DeviceID",
|
|
"regexp": "^[A-F0-9]{12}$",
|
|
"replacement": "{deviceId}"
|
|
},
|
|
{
|
|
"name": "AccountID",
|
|
"regexp": "^\\d{1,10}$",
|
|
"replacement": "{accountId}"
|
|
}
|
|
]
|