Skip to content

Commit

Permalink
changed ait humidity handler name
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloFilaseta committed Jan 19, 2022
1 parent 0edc248 commit ff494b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MockHumidityHandler : public RetrieveValueFromComponentInterface<MockHumid
public:

MockHumidityHandler(std::list<MockHumiditySensorHw*> components)
: RetrieveValueFromComponentInterface<MockHumiditySensorHw, float> ("humidity", components) {
: RetrieveValueFromComponentInterface<MockHumiditySensorHw, float> ("airHumidity", components) {

};

Expand Down

0 comments on commit ff494b9

Please sign in to comment.