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:
The object that is returned module:routers/v7/fabcut/cutting/followers~followerDetails
- 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' |