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

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

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

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

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

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

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

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

            return result;
        }