Skip to content

Commit

Permalink
test: update mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 16, 2022
1 parent 907f268 commit 5c04193
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/mocks/data/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ export const mockBasicInformationResponse: Record<SupportedDevices, BasicInforma
firmware_version: '3.02',
api_version: 'v1',
},
// TODO: mock properly
'HWE-P1': {
product_type: 'HWE-P1',
product_name: 'Energy Socket',
serial: '1c23e7280952',
firmware_version: '3.02',
product_name: 'P1 Meter',
serial: '3c39e7aabbcc',
firmware_version: '2.11',
api_version: 'v1',
},
// TODO: mock properly
Expand Down

0 comments on commit 5c04193

Please sign in to comment.