Exemplo n.º 1
0
        public static IOpenZWaveDeviceValueMatcher Humidity()
        {
            var result = new UnitsMatcher("Relative Humidity");

            return(result);
        }
Exemplo n.º 2
0
        public static IOpenZWaveDeviceValueMatcher Temperature()
        {
            var result = new UnitsMatcher("Temperature");

            return(result);
        }
Exemplo n.º 3
0
        public static IOpenZWaveDeviceValueMatcher Luminance()
        {
            var result = new UnitsMatcher("Luminance");

            return(result);
        }
Exemplo n.º 4
0
        public static IOpenZWaveDeviceValueMatcher Temperature()
        {
            var result = new UnitsMatcher("Temperature");

            return result;
        }
Exemplo n.º 5
0
        public static IOpenZWaveDeviceValueMatcher Luminance()
        {
            var result = new UnitsMatcher("Luminance");

            return result;
        }
Exemplo n.º 6
0
        public static IOpenZWaveDeviceValueMatcher Humidity()
        {
            var result = new UnitsMatcher("Relative Humidity");

            return result;
        }
Exemplo n.º 7
0
        public static IOpenZWaveDeviceValueMatcher Time()
        {
            var result = new UnitsMatcher("hours", "minutes", "seconds", "milliseconds");

            return(result);
        }
Exemplo n.º 8
0
        public static IOpenZWaveDeviceValueMatcher Time()
        {
            var result = new UnitsMatcher("hours", "minutes", "seconds", "milliseconds");

            return result;
        }