Skip to content

Commit

Permalink
Include extended_pan_id when commissioning matter
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Sep 26, 2024
1 parent fc8945b commit 3eacb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/matter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const startExternalCommissioning = async (hass: HomeAssistant) => {
).tlv,
border_agent_id: preferredDataset.preferred_border_agent_id,
mac_extended_address: preferredDataset.preferred_extended_address,
extended_pan_id: preferredDataset.extended_pan_id,
},
});
}
Expand Down
1 change: 1 addition & 0 deletions src/external_app/external_messaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ interface EMOutgoingMessageMatterCommission extends EMMessage {
type: "matter/commission";
payload?: {
mac_extended_address: string | null;
extended_pan_id: string | null;
border_agent_id: string | null;
active_operational_dataset: string | null;
};
Expand Down

0 comments on commit 3eacb33

Please sign in to comment.