Module: routers/v8/fabcut/cutting/followers

Express router for tablet app related routes

Methods

(static) get/fabcut/cutting/followers/:location() → {Array.<followerDetails>}

Fetch all the registered followers from a location
Parameters:
Name Type Description
req.params.location String The location of the device
Returns:
Type
Array.<followerDetails>

Type Definitions

followerDetails

Type:
  • Object
Properties:
Name Type Description
followerDetails.deviceId String The device id
followerDetails.tableNumber Number The table number
followerDetails.status String The status of the device. Enum of either 'Idle' or 'Busy'