+ {!pairingPin ?
+ <>
+ {!isPairing ?
+ <>
+
+ >
+ :
+ <>
+
+ >
+ }
+ >
+ :
+ !offerResponse ?
+ <>
+
Pairing with '{roomConfig.name}'
+
Please verify the pairing PIN and confirm on the appliance
+
{pairingPin}
+ >
+ :
+ <>
+ {offerResponse == "accept" ?
+ <>
+ {status == "accepted" &&
+ <>
+
+ >
+ }
+
+ {status == "layoutSelection" &&
+ <>
+
+ >
+ }
+
+ {status == "confirmLayoutSelection" &&
+ <>
+
+ >
+ }
+
+ {status == "selectingLayout" &&
+ <>
+
+ >
+ }
+
+ {status == "layoutSelected" &&
+ <>
+
Room already connected!
+ >
+ }
+ >
+ :
+ <>
+
Connection declined
+
+ >
+ }
+ >
+ }
+
+