platform: Add update WIFI state func

This commit is contained in:
世界
2025-02-20 14:42:09 +08:00
parent 97ce666e43
commit 93b68312cf
4 changed files with 20 additions and 36 deletions

View File

@@ -31,3 +31,7 @@ func (s *BoxService) Wake() {
func (s *BoxService) ResetNetwork() {
s.instance.Router().ResetNetwork()
}
func (s *BoxService) UpdateWIFIState() {
s.instance.Network().UpdateWIFIState()
}