sensibo.pod.smartmode {sensibo.sky}R Documentation

Get the climate react settings for a given air conditioner (pod).

Description

Get the climate react settings for a given air conditioner (pod).

Usage

sensibo.pod.smartmode(pod, key = getOption("sensibo.key"))

Arguments

pod

(character) Pod unique id.

key

(character) API key from https://home.sensibo.com/me/api.

Value

A list with the Climate React feature settings.

Examples

## Not run: 
# Assuming that a valid Sensibo Sky API Key was created on https://home.sensibo.com/me/api
# and added to a 'sensibo.sky' global option.
#
# options("sensibo.key" = <Your Sensibo API Key>)
 
## Getting the list of pods available to the user
pods.id <- sensibo.pods()

## Get the climate react settings for the first pod
pod.smartsettings <- sensibo.pod.smartmode(pods.id[1])

## End(Not run)

[Package sensibo.sky version 1.0.0 Index]