Exemplo n.º 1
0
 public void SetState(object value)
 {
     UnderlyingDatapoint.SetValue(value);
 }
Exemplo n.º 2
0
 public async Task SetValueAsync(object value)
 {
     await UnderlyingDatapoint.SetValueAsync(value);
 }
Exemplo n.º 3
0
 public void SetRoomValue(object value, Type interfaceFilter = null)
 {
     UnderlyingDatapoint.SetRoomValue(value, interfaceFilter);
 }