Esempio n. 1
0
 public async Task RefreshState()
 {
     _state = await _hub.GetDeviceState(this);
 }
Esempio n. 2
0
 public void RefreshState()
 {
     _state = _hub.GetDeviceState(this);
 }