Skip to content

Commit

Permalink
Fix prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Sep 15, 2024
1 parent e43b3d4 commit 6d64d18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/adapter/ember/adapter/emberAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ export class EmberAdapter extends Adapter {
switch (status) {
case SLStatus.ZIGBEE_DELIVERY_FAILED: {
logger.debug(
() => `~x~> DELIVERY_FAILED [indexOrDestination=${indexOrDestination} apsFrame=${JSON.stringify(apsFrame)} messageTag=${messageTag}]`,
() =>
`~x~> DELIVERY_FAILED [indexOrDestination=${indexOrDestination} apsFrame=${JSON.stringify(apsFrame)} messageTag=${messageTag}]`,
NS,
);

Expand Down
2 changes: 1 addition & 1 deletion test/zspec/zdo/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('ZDO Utils', () => {
[Zdo.ClusterId.CHALLENGE_REQUEST, Zdo.ClusterId.CHALLENGE_RESPONSE],
[Zdo.ClusterId.NODE_DESCRIPTOR_REQUEST, Zdo.ClusterId.NODE_DESCRIPTOR_RESPONSE],
[Zdo.ClusterId.NETWORK_ADDRESS_REQUEST, Zdo.ClusterId.NETWORK_ADDRESS_RESPONSE],
[Zdo.ClusterId.END_DEVICE_ANNOUNCE, undefined],// not a request
[Zdo.ClusterId.END_DEVICE_ANNOUNCE, undefined], // not a request
[Zdo.ClusterId.NWK_UNSOLICITED_ENHANCED_UPDATE_RESPONSE, undefined],
[Zdo.ClusterId.ACTIVE_ENDPOINTS_RESPONSE, undefined],
[Zdo.ClusterId.CHALLENGE_RESPONSE, undefined],
Expand Down

0 comments on commit 6d64d18

Please sign in to comment.