Skip to content

Commit

Permalink
Added updatepos Broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBack committed May 13, 2020
1 parent 1f5bccb commit 08d8f31
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,19 @@ This model is used as a method for admins or Pixelcat Productions Employees to b
}
```

#### updatepos

This broadcast is used to indicate that the POS should be updated, either because prices, payment methods or products have been updated.

```json
{
"type": "broadcast",
"result": {
"message": "updatepos",
"parameters": {}
}
}
```

## Commands

Expand Down Expand Up @@ -258,7 +270,7 @@ With `registerdevice` you register a new device or updates the last ping with th

### listtransactions

With `listtransactions` you retrieve all transactions of the `POSID`
With `listtransactions` you retrieve all transactions of the `POSID`.

!> This command contains required parameters: `POSID`

Expand Down

0 comments on commit 08d8f31

Please sign in to comment.