Exemplo n.º 1
0
 public ReadOnlyBinarySensorState(BinarySensorType type, bool value, DateTime? timeStamp)
 {
     Type = type;
     Value = value;
     TimeStamp = timeStamp;
 }
Exemplo n.º 2
0
 public ReadOnlyBinarySensorState(BinarySensorType type, bool value, DateTime?timeStamp)
 {
     Type      = type;
     Value     = value;
     TimeStamp = timeStamp;
 }