public void RemoveValue(ZWaveValue valueId) { _values.Remove(valueId); }
public void AddValue(ZWaveValue valueId) { _values.Add(valueId); }