wemo_ON: Turn WeMo Switch ON

Description Usage Arguments Value Author(s) Examples

Description

Turn WeMo Switch smart plugs on.

Usage

1
wemo_ON(ip)

Arguments

ip

A characted string or vector of character strings representing the IP address(es) of WeMo Switch smart plug(s).

Value

A tibble with two columns:

ip

The IP address of the WeMo Switch smart plug

success

A logical indicating whether the WeMo Switch was successfully turned on. NA will be returned is no WeMo Switch is detected at this IP.

Author(s)

Simon Garnier, garnier@njit.edu

Examples

1
2
3
4
## Not run: 
wemo_ON("192.0.1.1")

## End(Not run)

magicLamp documentation built on May 2, 2019, 1:08 p.m.

Related to wemo_ON in magicLamp...