From 47888837e61a887c5a2015e0a95ca47e76af3eb8 Mon Sep 17 00:00:00 2001 From: dandelionclock Date: Wed, 15 May 2024 21:07:17 -0400 Subject: [PATCH] Add bioweapon mode (#779) --- docs/vehicle/commands/climate.md | 1 + docs/vehicle/state/data.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/vehicle/commands/climate.md b/docs/vehicle/commands/climate.md index feaca0f..3e2d87a 100644 --- a/docs/vehicle/commands/climate.md +++ b/docs/vehicle/commands/climate.md @@ -187,6 +187,7 @@ This endpoint will respond with the `result` as `true` even with no parameters o ```json { "on": "true" + "manual_override": "true" } ``` diff --git a/docs/vehicle/state/data.md b/docs/vehicle/state/data.md index a539535..a81e14d 100644 --- a/docs/vehicle/state/data.md +++ b/docs/vehicle/state/data.md @@ -43,6 +43,7 @@ _Note:_ all `*_range` values are in miles, irrespective of GUI configuration. "climate_state": { "battery_heater": false, "battery_heater_no_power": false, + "bioweapon_mode": false, "climate_keeper_mode": "off", "defrost_mode": 0, "driver_temp_setting": 21.1,