iPhone Support

This commit is contained in:
Charles Magahern
2016-07-24 00:14:04 -07:00
parent 2f5c807dc6
commit 56de300889
17 changed files with 143 additions and 59 deletions
+6 -3
View File
@@ -8,13 +8,16 @@
import Foundation
class WemoDevice: Hashable {
enum State {
class WemoDevice: Hashable
{
enum State
{
case Off
case On
}
enum Type {
enum Type
{
case Switch
}