| OpenHAP::Tasmota::Thermostat(3p) | Perl Library Manual | OpenHAP::Tasmota::Thermostat(3p) |
NAME
OpenHAP::Tasmota::Thermostat - Tasmota thermostat HAP accessory
SYNOPSIS
use OpenHAP::Tasmota::Thermostat;
my $thermostat = 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 with temperature sensor and relay control.
SEE ALSO
spec/MQTT-Control.md, spec/MQTT-State.md
| 2026-07-27 | OpenBSD |