From 1798cbc7eec0e550cd8ef5ed4c823a5119eff7e4 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Mon, 16 May 2022 13:54:56 -0600 Subject: [PATCH] moved bell character header to admonition --- docs/software/modules/external-notifications.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/modules/external-notifications.mdx b/docs/software/modules/external-notifications.mdx index 0d7fda35..1c85fe76 100644 --- a/docs/software/modules/external-notifications.mdx +++ b/docs/software/modules/external-notifications.mdx @@ -19,9 +19,9 @@ We support being alerted on two events: 2. Incoming Text Message that contains the ASCII bell character. At present, only the Python API can send an ASCII bell character, but more support may be added in the future. -#### Bell Character - +:::info The bell character is ASCII 0x07. Include 0x07 anywhere in the text message and with ext_notification_module_alert_bell enabled, we will issue an external notification. +::: ## External Hardware