You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MatterDotNet/Clusters/Application/AccountLoginCluster.cs
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -18,48 +18,41 @@
18
18
usingMatterDotNet.Protocol.Sessions;
19
19
usingMatterDotNet.Protocol.Subprotocols;
20
20
21
-
namespaceMatterDotNet.Clusters.Application
21
+
namespaceMatterDotNet.Clusters.Media
22
22
{
23
23
/// <summary>
24
-
/// Account Login Cluster
24
+
/// This cluster provides commands that facilitate user account login on a Content App or a node. For example, a Content App running on a Video Player device, which is represented as an endpoint (see [TV Architecture]), can use this cluster to help make the user account on the Content App match the user account on the Client.
25
25
/// </summary>
26
26
[ClusterRevision(CLUSTER_ID,2)]
27
-
publicclassAccountLoginCluster:ClusterBase
27
+
publicclassAccountLogin:ClusterBase
28
28
{
29
-
internalconstuintCLUSTER_ID=0x050E;
29
+
internalconstuintCLUSTER_ID=0x050e;
30
30
31
31
/// <summary>
32
-
/// Account Login Cluster
32
+
/// This cluster provides commands that facilitate user account login on a Content App or a node. For example, a Content App running on a Video Player device, which is represented as an endpoint (see [TV Architecture]), can use this cluster to help make the user account on the Content App match the user account on the Client.
0 commit comments