Implement get Wifi status.

This commit is contained in:
Valverde Antonio
2014-06-30 19:13:28 +09:00
parent 98148cdc7f
commit d9281bb30a
8 changed files with 64 additions and 4 deletions

View File

@@ -234,6 +234,10 @@ module.exports = function ControlServiceFactory(
})
}
this.getWifiStatus = function() {
return sendTwoWay('wifi.get')
}
window.cc = this
}