platform: Add update WIFI state func
This commit is contained in:
@@ -31,3 +31,7 @@ func (s *BoxService) Wake() {
|
||||
func (s *BoxService) ResetNetwork() {
|
||||
s.instance.Router().ResetNetwork()
|
||||
}
|
||||
|
||||
func (s *BoxService) UpdateWIFIState() {
|
||||
s.instance.Network().UpdateWIFIState()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user