From beb1f0e15b5fdd15876403eeebfb33d80b55e56d Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Sat, 29 Aug 2026 19:00:08 -0500 Subject: [PATCH] Add the RGB LED indicator step to the PLT-1 blueprint page (#1127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds an optional step to both the Automatic and Manual import flows for the new RGB LED Indicator section in the PLT-1 blueprint, with an annotation covering which mode to pick on a battery PLT-1B versus a wired PLT-1. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- docs/products/plt1/examples/blueprint.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/products/plt1/examples/blueprint.md b/docs/products/plt1/examples/blueprint.md index 3679bbf39c..e100757559 100644 --- a/docs/products/plt1/examples/blueprint.md +++ b/docs/products/plt1/examples/blueprint.md @@ -30,7 +30,12 @@ description: >- Soil Moisture alerts are enabled out of the box. Expand any sensor group, toggle it on, and set your preferred min/max thresholds. You can also configure an Alert Delay to avoid false alerts from brief fluctuations. -6\. Click **Save**. Your blueprint is now live and will send push notifications whenever your plant needs attention! +6\. *(Optional)* Expand **RGB LED Indicator** and set **LED Mode** so the sensor's own LED lights up when the soil gets too dry. (1) +{ .annotate } + +1. The LED can only be lit while the sensor is awake. On a battery PLT-1B choose **Flash On Alert**, which lights the LED for a few seconds each time an alert fires. On a wired PLT-1 with [Prevent Sleep](/products/plt1/additional-info/prevent-sleep.md) turned on, **Stay On Until Watered** keeps the LED lit until you water the plant. + +7\. Click **Save**. Your blueprint is now live and will send push notifications whenever your plant needs attention! ### Manual Import @@ -54,4 +59,9 @@ description: >- Soil Moisture alerts are enabled out of the box. Expand any sensor group, toggle it on, and set your preferred min/max thresholds. You can also configure an Alert Delay to avoid false alerts from brief fluctuations. -5\. Click **Save**. Your blueprint is now live and will send push notifications whenever your plant needs attention! +5\. *(Optional)* Expand **RGB LED Indicator** and set **LED Mode** so the sensor's own LED lights up when the soil gets too dry. (1) +{ .annotate } + +1. The LED can only be lit while the sensor is awake. On a battery PLT-1B choose **Flash On Alert**, which lights the LED for a few seconds each time an alert fires. On a wired PLT-1 with [Prevent Sleep](/products/plt1/additional-info/prevent-sleep.md) turned on, **Stay On Until Watered** keeps the LED lit until you water the plant. + +6\. Click **Save**. Your blueprint is now live and will send push notifications whenever your plant needs attention!