From 2f8f5657c2c5761e4990496d8b674a930dab7c96 Mon Sep 17 00:00:00 2001 From: XdoctorwhoZ Date: Fri, 28 Jun 2024 13:53:45 +0100 Subject: [PATCH] append stop repeat command --- .../mqtt-panduza/interfaces/registers.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/docs/50_platform/specifications/mqtt-panduza/interfaces/registers.md b/content/docs/50_platform/specifications/mqtt-panduza/interfaces/registers.md index feeb25d..48b3730 100644 --- a/content/docs/50_platform/specifications/mqtt-panduza/interfaces/registers.md +++ b/content/docs/50_platform/specifications/mqtt-panduza/interfaces/registers.md @@ -66,6 +66,16 @@ To read 3 register from index 0 - repeat allow to repeat the command every X milliseconds + +```json +{ + "cmd": "stop", + "index": 0, + "size": 3, +} +``` + + ## Attributes | Name | Type |