Metadata-Version: 2.4
Name: qtoggleserver-dallastemp
Version: 1.4.1
Summary: Dallas DS18B20 temperature sensor support for qToggleServer
Author-email: Calin Crisan <ccrisan@gmail.com>
License: Apache 2.0
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

## About

This is an addon for [qToggleServer](https://github.com/qtoggle/qtoggleserver).

It provides Dallas DS18B20 temperature sensor support for qToggleServer.


## Install

Install using pip:

    pip install qtoggleserver-dallastemp


## Usage

##### `qtoggleserver.conf:`
``` ini
...
peripherals = [
    ...
    {
        driver = "qtoggleserver.dallastemp.DallasTemperatureSensor"
        name = "livingroom"         # a name of your choice
        address = "28-00000B247706" # the 1-wire address 
    }
    ...
]
...
```
