Check start input
Confirm whether the chair accepts relay, pulse, serial, or custom board control.
Massage chair control
Use QuLink when a massage chair, rest chair, or timed service device needs QR payment, timed relay output, app approval, and session status reporting.
Project fit
Integration model
QuLink can provide the machine-side board and QR payment flow, or connect to your own payment callback and backend.
Workflow
Confirm whether the chair accepts relay, pulse, serial, or custom board control.
Define price, duration, stop behavior, and payment reference.
QuLink triggers the chair for the allowed time.
Your backend receives session and fault events.
API example
The exact command fields depend on machine interface, firmware profile, and whether payment or your own app triggers the action.
POST /v1/devices/CHAIR-51/commands
{
"command": "start_session",
"source": "qr_payment",
"machine_action": {
"type": "relay",
"duration_ms": 900000
}
}
Start the project
Send the chair controller photo, payment module photo, voltage/wiring notes, target session duration, and estimated quantity.
FAQ
Often yes, if the chair accepts a pulse, relay, or compatible start signal.
Yes. Duration can be mapped from QR price rules, app selection, or server command.
Yes. Your app or server can approve the session and call QuLink.
Related use cases