Fix miscellaneous bugs

This commit is contained in:
Charles Magahern
2016-01-01 15:48:34 -08:00
parent 80696898ef
commit 29b70d32ce
4 changed files with 26 additions and 36 deletions
@@ -130,6 +130,7 @@ class MainViewController: UIViewController, SwitchesViewControllerDelegate {
_updateVisualization(true)
for device in devices {
// WARNING: don't commit
_server.toggleDevice(device, state: device.state, completion: { (error: NSError?) -> Void in })
}
}