Product pick-up

Hand presence

This function is available only on setup configured for product pickup detection.

GET /hand-presence

The response will provide information on whether a hand is detected when pick-up detection is active. It responds in the following format:

Response

{
  "handPresence": <bool>
}

Last updated