Skip to content

Commit

Permalink
fix(ignore): Rename heimanSpecificFormaldehydeMeasurement to `msFor…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 30, 2024
1 parent 67682e9 commit 137028d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/heiman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ const definitions: Definition[] = [
},
formAldehydeMeasuredValue: async (endpoint: Zh.Endpoint, overrides?: Reporting.Override) => {
const payload = reporting.payload('measuredValue', 0, constants.repInterval.HOUR, 1, overrides);
await endpoint.configureReporting('heimanSpecificFormaldehydeMeasurement', payload);
await endpoint.configureReporting('msFormaldehyde', payload);
},
batteryState: async (endpoint: Zh.Endpoint, overrides?: Reporting.Override) => {
const payload = reporting.payload('batteryState', 0, constants.repInterval.HOUR, 1, overrides);
Expand Down Expand Up @@ -548,7 +548,7 @@ const definitions: Definition[] = [
'msTemperatureMeasurement',
'msRelativeHumidity',
'pm25Measurement',
'heimanSpecificFormaldehydeMeasurement',
'msFormaldehyde',
'heimanSpecificAirQuality',
]);

Expand Down

0 comments on commit 137028d

Please sign in to comment.