Skip to content

Commit

Permalink
Removed ZCL Test
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledwardgeorgehitchcock committed Feb 24, 2025
1 parent 1c49fb8 commit 0842c67
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/zcl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1890,12 +1890,6 @@ describe('Zcl', () => {
expect(cluster.name).toBe('manuSpecificAssaDoorLock');
});

it('Zcl utils get cluster with manufacturerCode', () => {
const cluster = Zcl.Utils.getCluster(0xfc00, 0x100b, {});
expect(cluster.ID).toBe(0xfc00);
expect(cluster.name).toBe('manuSpecificPhilips');
});

it('Zcl utils get cluster manufacturerCode', () => {
const cluster = Zcl.Utils.getCluster(0xfc00, 0x10f2, {});
expect(cluster.ID).toBe(0xfc00);
Expand Down

0 comments on commit 0842c67

Please sign in to comment.