More bug fixes for controller initiations
This commit is contained in:
parent
cf795be35f
commit
e662f7e29d
6 changed files with 50 additions and 77 deletions
|
|
@ -41,6 +41,6 @@ public class DummyHumiditySensor implements DummyDevice, HalSensorConfig {
|
|||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
return this.equals(obj);
|
||||
return super.equals(obj);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,6 +41,6 @@ public class DummyTemperatureSensor implements DummyDevice, HalSensorConfig {
|
|||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
return this.equals(obj);
|
||||
return super.equals(obj);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue