From d1debd562d4be0223565e61c5b9ea82b041c0005 Mon Sep 17 00:00:00 2001 From: HRS Date: Sun, 15 Feb 2026 07:51:10 +0100 Subject: [PATCH 1/3] Update readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 593e81a..d48363e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # SlvCtrlProtocol -[![PlatformIO Registry](https://badges.registry.platformio.org/packages/slvctrlplus/library/slvctrl-protocol.svg)](https://registry.platformio.org/libraries/slvctrlplus/slvctrl-protocol) - -This is a Platform.IO library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol). +This is a Platform.io library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol). ## Commands @@ -14,11 +12,11 @@ This is a Platform.IO library that implements the [SlvCtrl protocol](https://git ## Install (PlatformIO) -In your project `platformio.ini`: +In your project's `platformio.ini`: ```ini lib_deps = - https://github.com/SlvCtrlPlus/slvctrl-protocol.git#v0.1.0 + slvctrl-protocol@^0.1.0 ``` ## Usage @@ -29,7 +27,8 @@ Currently the following attribute types are supported: * IntAttribute * FloatAttribute -* RangeAttribute +* RangeAttribute +* ListAttribute * StrAttribute * BoolAttribute From 8f5a13ae957f1d7127c087f8b54bfb7d8ad08196 Mon Sep 17 00:00:00 2001 From: HRS Date: Sun, 15 Feb 2026 07:52:12 +0100 Subject: [PATCH 2/3] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d48363e..dc33025 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SlvCtrlProtocol +[![PlatformIO Registry](https://badges.registry.platformio.org/packages/slvctrlplus/library/slvctrl-protocol.svg)](https://registry.platformio.org/libraries/slvctrlplus/slvctrl-protocol) + This is a Platform.io library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol). ## Commands From 7aa765e7acf95347e99ca9d4a174c581970a9501 Mon Sep 17 00:00:00 2001 From: HRS Date: Sun, 15 Feb 2026 07:59:47 +0100 Subject: [PATCH 3/3] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc33025..b80a953 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PlatformIO Registry](https://badges.registry.platformio.org/packages/slvctrlplus/library/slvctrl-protocol.svg)](https://registry.platformio.org/libraries/slvctrlplus/slvctrl-protocol) -This is a Platform.io library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol). +This is a PlatformIO library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol). ## Commands @@ -18,7 +18,7 @@ In your project's `platformio.ini`: ```ini lib_deps = - slvctrl-protocol@^0.1.0 + slvctrlplus/slvctrl-protocol@^0.1.3 ``` ## Usage