Skip to content

Commit

Permalink
Update mqtt.js
Browse files Browse the repository at this point in the history
Marking issue for push
  • Loading branch information
almoney authored Aug 22, 2024
1 parent 833dda3 commit 3e734a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqtt.js
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ class MQTT {
// non-numeric sensor, no state_class or device_class
case 'CHARGER POWER LEVEL':
case 'EXHST FL LEVL WARN IND': // Diesel Exhaust Fluid Level Warning Indicator
case 'EXHST FL LEVL WARN STATUS': // Diesel Exhaust Fluid Level Warning Status
case 'EXHST FL LEVL WARN STATUS': // *MOVE* Diesel Exhaust Fluid Level Warning Status
case 'EXHST PART FLTR WARN ON': // Diesel Exhaust Particulate Filter Warning On
case 'EXHST PART FLTR WARN2 ON': // Diesel Exhaust Particulate Filter Warning 2 On
return this.mapSensorConfigPayload(diag, diagEl);
Expand Down

0 comments on commit 3e734a2

Please sign in to comment.