You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python 2/Python 3 library that allows control of connected [NuHeat Signature](http://www.nuheat.com/products/thermostats/signature-thermostat) radiant floor thermostats.
8
+
A Python 3 library that allows control of connected [NuHeat Signature](http://www.nuheat.com/products/thermostats/signature-thermostat) radiant floor thermostats.
9
9
10
10
* This uses the web-based NuHeat API, so it requires an external internet connection
11
11
* The API in use is not an officially published API, so it could change without notice
12
12
* Please contribute!
13
13
14
14
# Installation
15
15
16
-
```
16
+
```shell
17
17
$ pip install nuheat
18
18
```
19
19
20
20
# Usage
21
21
22
-
```
22
+
```python
23
23
from nuheat import NuHeat
24
24
25
25
# Initalize an API session with your login credentials
0 commit comments