Skip to content

Commit

Permalink
Update egihavc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthGoodness authored Dec 24, 2024
1 parent 6f85a39 commit 1d188f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/devices/egihavc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ const definitions: Definition[] = [
],
meta: {
tuyaDatapoints: [
{ dp: 1, key: 'state' },
{ dp: 2, key: 'temperature_set' },
{ dp: 3, key: 'temperature_current' },
{ dp: 4, key: 'mode' },
{ dp: 5, key: 'fan_speed' },
{ dp: 7, key: 'set_as_slave' },
[1, 'state'],

Check failure on line 142 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.

Check failure on line 142 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.
[2, 'temperature_set'],

Check failure on line 143 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.

Check failure on line 143 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.
[3, 'temperature_current'],

Check failure on line 144 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.

Check failure on line 144 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.
[4, 'mode'],

Check failure on line 145 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.

Check failure on line 145 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.
[5, 'fan_speed'],

Check failure on line 146 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.

Check failure on line 146 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.
[7, 'set_as_slave'],

Check failure on line 147 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.

Check failure on line 147 in src/devices/egihavc.ts

View workflow job for this annotation

GitHub Actions / ci

Type '[number, string]' is not assignable to type 'MetaTuyaDataPointsSingle'.
],
},
configure: async (device, coordinatorEndpoint) => {
Expand Down

0 comments on commit 1d188f2

Please sign in to comment.