예제 #1
0
        public static IOpenZWaveDeviceValueMatcher Humidity()
        {
            var result = new UnitsMatcher("Relative Humidity");

            return(result);
        }
예제 #2
0
        public static IOpenZWaveDeviceValueMatcher Temperature()
        {
            var result = new UnitsMatcher("Temperature");

            return(result);
        }
예제 #3
0
        public static IOpenZWaveDeviceValueMatcher Luminance()
        {
            var result = new UnitsMatcher("Luminance");

            return(result);
        }
예제 #4
0
        public static IOpenZWaveDeviceValueMatcher Temperature()
        {
            var result = new UnitsMatcher("Temperature");

            return result;
        }
예제 #5
0
        public static IOpenZWaveDeviceValueMatcher Luminance()
        {
            var result = new UnitsMatcher("Luminance");

            return result;
        }
예제 #6
0
        public static IOpenZWaveDeviceValueMatcher Humidity()
        {
            var result = new UnitsMatcher("Relative Humidity");

            return result;
        }
예제 #7
0
        public static IOpenZWaveDeviceValueMatcher Time()
        {
            var result = new UnitsMatcher("hours", "minutes", "seconds", "milliseconds");

            return(result);
        }
예제 #8
0
        public static IOpenZWaveDeviceValueMatcher Time()
        {
            var result = new UnitsMatcher("hours", "minutes", "seconds", "milliseconds");

            return result;
        }