NAME

App::OpenHAP::Tasmota::Thermostat - Tasmota thermostat HAP accessory

SYNOPSIS

use App::OpenHAP::Tasmota::Thermostat;

my $thermostat = App::OpenHAP::Tasmota::Thermostat->new(
    aid => 2,
    name => 'Bedroom Thermostat',
    mqtt_topic => 'tasmota_AABBCC',
    mqtt_client => $mqtt,
);

DESCRIPTION

This module implements a HAP thermostat accessory for Tasmota devices that have a temperature sensor and relay control.

SEE ALSO

spec/MQTT-Control.md, spec/MQTT-State.md