Confirm wiring
Check coin input, start signal, relay channel, power, and session duration.
Laundry QR payment
Use QuLink when washers or dryers need QR payment, app approval, relay start, pulse simulation, timed sessions, and status reporting to your backend.
Project fit
Integration model
QuLink handles relay duration, pulse output, start signal, stop behavior, and session callbacks while your platform keeps pricing and customer flow.
Workflow
Check coin input, start signal, relay channel, power, and session duration.
Map QR payment or app approval to one cycle or timed session.
QuLink sends pulse or relay output and tracks the session.
Your server receives start, completion, fault, and status 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/WASHER-18/commands
{
"command": "start_session",
"source": "qr_payment",
"machine_action": {
"type": "relay",
"channel": 1,
"duration_ms": 2100000
}
}
Start the project
Send the washer/dryer photos, coin input wiring, voltage notes, session length, and payment workflow.
FAQ
Many coin-op retrofit cases can be handled by pulse simulation or relay output after wiring is confirmed.
That depends on channel count, wiring distance, and isolation requirements. We can evaluate from photos and wiring notes.
Yes. Online status, session result, fault, and telemetry can be sent to your server.
Related use cases