Skip to content

Commit

Permalink
remove window app endpoint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shih840426 committed Mar 14, 2024
1 parent 2974246 commit b9f7628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 120 deletions.
113 changes: 0 additions & 113 deletions examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2388,118 +2388,5 @@ endpoint 1 {
handle command GoToTiltPercentage;
}
}
endpoint 2 {
device type ma_windowcovering = 514, version 2;


server cluster Identify {
ram attribute identifyTime default = 0x0;
ram attribute identifyType default = 0x05;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 4;

handle command Identify;
}

server cluster Groups {
ram attribute nameSupport;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 4;

handle command AddGroup;
handle command AddGroupResponse;
handle command ViewGroup;
handle command ViewGroupResponse;
handle command GetGroupMembership;
handle command GetGroupMembershipResponse;
handle command RemoveGroup;
handle command RemoveGroupResponse;
handle command RemoveAllGroups;
handle command AddGroupIfIdentifying;
}

server cluster Scenes {
callback attribute sceneCount default = 0x00;
ram attribute currentScene default = 0x00;
ram attribute currentGroup default = 0x0000;
ram attribute sceneValid default = 0x00;
ram attribute nameSupport;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 4;

handle command AddScene;
handle command AddSceneResponse;
handle command ViewScene;
handle command ViewSceneResponse;
handle command RemoveScene;
handle command RemoveSceneResponse;
handle command RemoveAllScenes;
handle command RemoveAllScenesResponse;
handle command StoreScene;
handle command StoreSceneResponse;
handle command RecallScene;
handle command GetSceneMembership;
handle command GetSceneMembershipResponse;
}

server cluster Descriptor {
callback attribute deviceTypeList;
callback attribute serverList;
callback attribute clientList;
callback attribute partsList;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0;
callback attribute clusterRevision default = 1;
}

server cluster WindowCovering {
ram attribute type default = 0x08;
ram attribute physicalClosedLimitLift default = 0xFFFF;
ram attribute physicalClosedLimitTilt default = 0xFFFF;
persist attribute currentPositionLift default = 0;
persist attribute currentPositionTilt default = 0;
persist attribute numberOfActuationsLift default = 0x0000;
persist attribute numberOfActuationsTilt default = 0x0000;
persist attribute configStatus default = 0x03;
persist attribute currentPositionLiftPercentage default = 0;
persist attribute currentPositionTiltPercentage default = 0;
ram attribute operationalStatus default = 0x00;
ram attribute targetPositionLiftPercent100ths;
ram attribute targetPositionTiltPercent100ths;
ram attribute endProductType default = 0x00;
persist attribute currentPositionLiftPercent100ths default = 0;
persist attribute currentPositionTiltPercent100ths default = 0;
persist attribute installedOpenLimitLift default = 0x0000;
persist attribute installedClosedLimitLift default = 0xFFFF;
persist attribute installedOpenLimitTilt default = 0x0000;
persist attribute installedClosedLimitTilt default = 0xFFFF;
persist attribute mode default = 0x00;
ram attribute safetyStatus default = 0x0000;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0x0017;
ram attribute clusterRevision default = 5;

handle command UpOrOpen;
handle command DownOrClose;
handle command StopMotion;
handle command GoToLiftValue;
handle command GoToLiftPercentage;
handle command GoToTiltValue;
handle command GoToTiltPercentage;
}
}


7 changes: 0 additions & 7 deletions examples/window-app/common/window-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -7235,13 +7235,6 @@
"profileId": 259,
"endpointId": 1,
"networkId": 0
},
{
"endpointTypeName": "MA-windowcovering",
"endpointTypeIndex": 2,
"profileId": 259,
"endpointId": 2,
"networkId": 0
}
],
"log": []
Expand Down

0 comments on commit b9f7628

Please sign in to comment.