@interface HFFaucetValveServiceState : HFServiceState @property (readonly, nonatomic) unsigned long long type; + (unsigned long long)_typeForSystemActiveState:(BOOL)a0 heaterCoolerActiveState:(id)a1 usageState:(long long)a2 currentHeaterCoolerState:(id)a3; + (id)optionalCharacteristicTypes; + (id)requiredCharacteristicTypes; + (id)stateClassIdentifier; - (long long)priority; - (BOOL)isTransitioning; - (long long)primaryState; - (id)initWithBatchReadResponse:(id)a0; - (id)stateTypeIdentifier; @end