NAME

App::OpenHAP::Tasmota::Sensor - Tasmota temperature-sensor HAP accessory

SYNOPSIS

use App::OpenHAP::Tasmota::Sensor;

my $sensor = App::OpenHAP::Tasmota::Sensor->new(
    aid => 3,
    name => 'Kitchen Temperature',
    mqtt_topic => 'tasmota_112233',
    mqtt_client => $mqtt,
    sensor_type => 'DS18B20',
);

DESCRIPTION

This module implements a HAP temperature-sensor accessory for Tasmota devices that have temperature sensors (for example, DS18B20 and DHT22).

SEE ALSO

spec/MQTT-Sensors.md