NAME
App::OpenHAP::Tasmota::Heater - Tasmota heater/switch HAP accessory
SYNOPSIS
use App::OpenHAP::Tasmota::Heater;
my $heater = App::OpenHAP::Tasmota::Heater->new(
aid => 2,
name => 'Living Room Heater',
mqtt_topic => 'tasmota_AABBCC',
mqtt_client => $mqtt,
);
DESCRIPTION
This module implements a HAP switch accessory for Tasmota devices that have relay control (for example, heaters, switches, and outlets).
SEE ALSO
spec/MQTT-Control.md, spec/MQTT-State.md