From 81add9baffe836d1db95fb7fba7821b5adf1d01b Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 8 Mar 2026 15:56:52 +0100 Subject: [PATCH] Update model of b-parasite The b-parasite is an open hardware device and the default model is b-parasite [1]. Users may have customized that but we cannot account for that here. 1: https://github.com/rbaron/b-parasite/blob/ff113c067778a1d80114cce58965b366f7854c0a/code/nrf-connect/samples/zigbee/Kconfig#L18 --- library/library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/library.json b/library/library.json index 2a54093b5..0781e2b5d 100644 --- a/library/library.json +++ b/library/library.json @@ -2114,7 +2114,7 @@ }, { "manufacturer": "b-parasite", - "model": "Plant sensor", + "model": "b-parasite", "battery_type": "CR2032" }, { @@ -12080,4 +12080,4 @@ "battery_type": "Rechargeable" } ] -} \ No newline at end of file +}