From 358ea3a3716aa89655fe46fe4dd9059528a80607 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 20 Jan 2024 22:55:18 -0600 Subject: [PATCH] Update Span.h --- src/Span.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Span.h b/src/Span.h index 17febee..d5a8bcf 100644 --- a/src/Span.h +++ b/src/Span.h @@ -149,7 +149,7 @@ namespace Service { OPT(LockPhysicalControls); END_SERV - CREATE_SERV(Faucet,D7) // Defines the master control for one or more faucets or shower heads. Linked Services: Valve (at least one required), and HeaterCooler (optional, unless only one linked Valve is defined). + CREATE_SERV(Faucet,D7) // Defines the master control for a multi-Valve appliance. Linked Services: Valve (at least one required), and HeaterCooler (optional). REQ(Active); OPT(StatusFault); OPT(Name);