From 7c2b950dc393498fde696b0f97143e7ad02f3027 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Fri, 28 Jan 2022 15:53:32 -0700 Subject: [PATCH] add peripheral admonitions --- docs/software/settings/environmental-measurment-plugin.md | 5 +++++ docs/software/settings/external-notification-plugin.md | 4 ++++ docs/software/settings/rotary-encoder-plugin.md | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/docs/software/settings/environmental-measurment-plugin.md b/docs/software/settings/environmental-measurment-plugin.md index a9a4a316..9247ac6d 100644 --- a/docs/software/settings/environmental-measurment-plugin.md +++ b/docs/software/settings/environmental-measurment-plugin.md @@ -6,6 +6,11 @@ sidebar_label: Environmental Measurement Plugin import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; + +:::note +This plugin requires attaching a peripheral accessory to your device. It will not work without one. +::: + ## Overview The Environment Measurement Plugin will allow nodes to send a specific message with information from connected environmental sensors. Currently supported sensors are BME280, BME680, DHT11, DHT12, DHT21, DHT22 and Dallas 1-wire DS18B20. diff --git a/docs/software/settings/external-notification-plugin.md b/docs/software/settings/external-notification-plugin.md index 8a43a211..48b67109 100644 --- a/docs/software/settings/external-notification-plugin.md +++ b/docs/software/settings/external-notification-plugin.md @@ -6,6 +6,10 @@ sidebar_label: External Notification Plugin import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; + +:::note +This plugin requires attaching a peripheral accessory to your device. It will not work without one. +::: ## Overview diff --git a/docs/software/settings/rotary-encoder-plugin.md b/docs/software/settings/rotary-encoder-plugin.md index 517428e4..a0026f8a 100644 --- a/docs/software/settings/rotary-encoder-plugin.md +++ b/docs/software/settings/rotary-encoder-plugin.md @@ -6,6 +6,10 @@ sidebar_label: Rotary Encoder import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; + +:::note +This plugin requires attaching a peripheral accessory to your device. It will not work without one. +::: ## Overview