From 3f77fd1abd8ba0c5b67c3a436cd07f154aa9fc06 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Thu, 18 Jun 2026 19:16:41 -0600 Subject: [PATCH] Fixed Display API documentation typos A few small tweaks and corrections. Milestone: patch --- doc/api.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.adoc b/doc/api.adoc index c11062ae..ba933728 100644 --- a/doc/api.adoc +++ b/doc/api.adoc @@ -45,7 +45,7 @@ The {trmnl_firmware_link} will include the following headers in each HTTP reques * `BATTERY_TEMP`: The battery temperature in Celsius. Range: `-1` to infinity. * `BATTERY_VOLTAGE`: The remaining battery level. This is a float (usually 0.0 to 4.1). * `FW_VERSION`: The firmware version (i.e. `1.2.3`). -* `HEIGHT`: :The device height. Example: 480. +* `HEIGHT`: The device height. Example: 480. * `HOST`: The host (usually the IP address). * `ID`: The MAC address of the device. * `IMAGE_CACHED`: Boolean for if the image is cached on the device or not. @@ -54,7 +54,7 @@ The {trmnl_firmware_link} will include the following headers in each HTTP reques * `REFRESH_RATE`: The current refresh rate as saved on the device. Example: 100. * `RSSI`: The WiFi signal strength (usually -100 to 100). * `SENSORS`: The sensor reasons for any sensors connected to the device. -* `TEMPERATURE_PROFILE`: +* `TEMPERATURE_PROFILE`: The current profile applied for altering display behavior. * `UPDATE_SOURCE`: The reason for why the device was woken from sleep. * `USB_CONNECTED`: Boolean for if the USB power cable is connected or not. * `WAKE_TIME`: The number of seconds the device was awake during the last cycle.