New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tado-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tado-cli

[![Build Status](https://travis-ci.org/muratcorlu/tado-cli.svg?branch=master)](https://travis-ci.org/muratcorlu/tado-cli) [![npm version](https://badge.fury.io/js/tado-cli.svg)](https://www.npmjs.com/package/tado-cli) [![semantic-release](https://img.shie

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Tado CLI [WIP]

Build Status npm version semantic-release

Tado CLI is a command line applicationt to read your data(mostly to read historical statistics) from Tado Smart Heating System.

Installation

$ npm i -g tado-cli

Usage

First you need to set your Tado user credentials as env variables.

export TADO_USERNAME=your@email.com
export TADO_PASSWORD=YourAwesomePassword

Then you can see a list of possible command with tado -h.

$ tado -h
Usage: index [options] [command]

Unofficial Tado CLI

Options:
  -V, --version                    output the version number
  -h, --help                       display help for command

Commands:
  homes                            List Homes
  zones <homeid>                   List Zones for given Home ID
  report <homeid> <zoneid> <date>  Get Report for given date
  help [command]                   display help for command

FAQs

Package last updated on 17 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts