Hi Intiface team,
I’d like to request device support for a BLE device named Flamingo Max.
The device can be found during Bluetooth scanning, but Intiface Central does not recognize it as a supported device by default.
On Windows Intiface Central, I manually added a user device configuration and confirmed that the device works with the existing magic-motion-1 protocol.
Working user config:
{
"identifier": {
"protocol": "magic-motion-1",
"identifier": "Flamingo Max",
"address": "PeripheralId(redacted)"
},
"config": {
"base_id": "2525206c-8bdc-4803-9636-79576f3e692f",
"features": [
{
"base_id": "42173db5-95ac-49b5-8a5a-73a63d91fcec",
"output": {
"vibrate": {
"disabled": false
}
}
},
{
"base_id": "bcaf7da8-2e98-47e3-b22c-2204daf40a27"
}
]
}
}
Current behavior:
Intiface Central can see Flamingo Max during Bluetooth scanning.
It is not recognized as a supported device by default.
After adding the user config above on Windows, the device can be recognized and controlled.
The same issue happens on Intiface Central mobile, where adding a local user config is not practical.
Expected behavior:
Flamingo Max should be recognized automatically as a magic-motion-1 compatible device, so it can work on mobile Intiface Central as well.
I can provide logs or test a build if needed.
Thank you!
Hi Intiface team,
I’d like to request device support for a BLE device named
Flamingo Max.The device can be found during Bluetooth scanning, but Intiface Central does not recognize it as a supported device by default.
On Windows Intiface Central, I manually added a user device configuration and confirmed that the device works with the existing
magic-motion-1protocol.Working user config:
{ "identifier": { "protocol": "magic-motion-1", "identifier": "Flamingo Max", "address": "PeripheralId(redacted)" }, "config": { "base_id": "2525206c-8bdc-4803-9636-79576f3e692f", "features": [ { "base_id": "42173db5-95ac-49b5-8a5a-73a63d91fcec", "output": { "vibrate": { "disabled": false } } }, { "base_id": "bcaf7da8-2e98-47e3-b22c-2204daf40a27" } ] } } Current behavior: Intiface Central can see Flamingo Max during Bluetooth scanning. It is not recognized as a supported device by default. After adding the user config above on Windows, the device can be recognized and controlled. The same issue happens on Intiface Central mobile, where adding a local user config is not practical. Expected behavior: Flamingo Max should be recognized automatically as a magic-motion-1 compatible device, so it can work on mobile Intiface Central as well. I can provide logs or test a build if needed. Thank you!