Package apple.homekit.enums
Class HMCharacteristicValueValveType
- java.lang.Object
-
- apple.homekit.enums.HMCharacteristicValueValveType
-
public final class HMCharacteristicValueValveType extends java.lang.Object[@enum] HMCharacteristicValueValveType [@constant] HMCharacteristicValueValveTypeGenericValve Generic Valve. [@constant] HMCharacteristicValueValveTypeIrrigation Irrigation. [@constant] HMCharacteristicValueValveTypeShowerHead Shower Head. [@constant] HMCharacteristicValueValveTypeWaterFaucet Water Faucet.
-
-
Field Summary
Fields Modifier and Type Field Description static longGenericValvestatic longIrrigationstatic longShowerHeadstatic longWaterFaucet
-
-
-
Field Detail
-
GenericValve
public static final long GenericValve
- See Also:
- Constant Field Values
-
Irrigation
public static final long Irrigation
- See Also:
- Constant Field Values
-
ShowerHead
public static final long ShowerHead
- See Also:
- Constant Field Values
-
WaterFaucet
public static final long WaterFaucet
- See Also:
- Constant Field Values
-
-