wemo 0.0.12

A library for interacting with Belkin WeMo home automation devices.
1
2
3
4
5
6
// Copyright (c) 2015 Brandon Thomas <bt@brand.io>

pub mod state;
pub mod switch;

pub type SerialNumber = String;