diff --git a/card.sleep.req.notecard.api.json b/card.sleep.req.notecard.api.json index 7969ce0..841cd50 100644 --- a/card.sleep.req.notecard.api.json +++ b/card.sleep.req.notecard.api.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/blues/notecard-schema/master/card.sleep.req.notecard.api.json", "title": "card.sleep Request Application Programming Interface (API) Schema", - "description": "Allows the ESP32-based Notecard WiFi v2 to fall back to a low current draw when idle (this behavior differs from the STM32-based Notecards that have a `STOP` mode where UART and I2C may still operate). Note that this power state is not available if the Notecard is plugged in via USB.\n\nRead more in the guide on using [Deep Sleep Mode on Notecard WiFi v2](/notecard/notecard-walkthrough/low-power-design#deep-sleep-mode-on-notecard-wifi-v2).", + "description": "Allows the ESP32-based Notecard WiFi v2 to fall back to a low current draw when idle (this behavior differs from the STM32-based Notecards that have a `STOP` mode where UART and I2C may still operate). Note that this power state is not available if the Notecard is plugged in via USB.\n\nRead more in the guide on using [Deep Sleep Mode on Notecard WiFi v2](/notecard/notecard-walkthrough/low-power-firmware-design#deep-sleep-mode-on-notecard-wifi-v2).", "type": "object", "version": "1.1.2", "apiVersion": "9.1.1", diff --git a/card.temp.req.notecard.api.json b/card.temp.req.notecard.api.json index 758e029..af91889 100644 --- a/card.temp.req.notecard.api.json +++ b/card.temp.req.notecard.api.json @@ -19,7 +19,7 @@ "type": "integer" }, "status": { - "description": "Overrides `minutes` with a voltage-variable value. For example: `\"usb:15;high:30;normal:60;720\"`. See [Voltage-Variable Sync Behavior](/notecard/notecard-walkthrough/low-power-design#voltage-variable-sync-behavior) for more information on configuring these values.", + "description": "Overrides `minutes` with a voltage-variable value. For example: `\"usb:15;high:30;normal:60;720\"`. See [Voltage-Variable Sync Behavior](/notecard/notecard-walkthrough/low-power-firmware-design#voltage-variable-sync-behavior) for more information on configuring these values.", "type": "string" }, "stop": { diff --git a/card.voltage.req.notecard.api.json b/card.voltage.req.notecard.api.json index 28fae1b..9483a33 100644 --- a/card.voltage.req.notecard.api.json +++ b/card.voltage.req.notecard.api.json @@ -32,7 +32,7 @@ "maximum": 720 }, "mode": { - "description": "Used to set voltage thresholds based on how the Notecard will be powered, and which can be used to [configure voltage-variable Notecard behavior](/notecard/notecard-walkthrough/low-power-design). Each value is shorthand that assigns a battery voltage reading to a given device state like `high`, `normal`, `low`, and `dead`.\n\n**NOTE:** Setting voltage thresholds is not supported on the Notecard XP.", + "description": "Used to set voltage thresholds based on how the Notecard will be powered, and which can be used to [configure voltage-variable Notecard behavior](/notecard/notecard-walkthrough/low-power-firmware-design). Each value is shorthand that assigns a battery voltage reading to a given device state like `high`, `normal`, `low`, and `dead`.\n\n**NOTE:** Setting voltage thresholds is not supported on the Notecard XP.", "type": "string", "enum": [ "default",