Skip to content

Commit e23a260

Browse files
committed
Refactor
1 parent c27b12a commit e23a260

File tree

123 files changed

+61
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+61
-148
lines changed

MatterDotNet/Clusters/Application/OvenCavityOperationalStateCluster.cs renamed to MatterDotNet/Clusters/Appliances/OvenCavityOperationalStateCluster.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ public async Task<OperationalState> GetOperationalState(SecureSession session) {
163163
/// <summary>
164164
/// Get the Operational Error attribute
165165
/// </summary>
166-
public async Task<ErrorState> GetOperationalError(SecureSession session) {
167-
return (ErrorState)(dynamic?)(await GetAttribute(session, 5))!;
166+
public async Task<General.OperationalState.ErrorStatePayload> GetOperationalError(SecureSession session) {
167+
return new General.OperationalState.ErrorStatePayload((object[])(await GetAttribute(session, 5))!);
168168
}
169169
#endregion Attributes
170170

MatterDotNet/Clusters/Application/SampleMEICluster.cs

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)