Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion card.sleep.req.notecard.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion card.temp.req.notecard.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion card.voltage.req.notecard.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading