From 08d8f318ee9dca4e43d539b09f4fa7521094235e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Ren=C3=A9=20Back?= Date: Wed, 13 May 2020 18:38:19 +0200 Subject: [PATCH] Added updatepos Broadcast --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8708287..900933d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`