Closed KyleBenson closed 10 years ago
"cel" stands for Celsius. If _daemon_path is never used, maybe somebody has changed my code and hard-coded it somewhere. I'll check it.
At line 25 of temperature_virtual_sensor.py
, it should be self._daemon_path instead of of the hard-coded name of the executable. I am pretty sure that it was that path when the file was first created. After someone moved the temperature daemon to some bin path of the Linux system, this line has been modified.
Already fixed temperature_virtual_sensor.py
and changed the misspelled name of the daemon in client.py
.
this should be temperature-streams not temprature-streams. Also, what is CEL supposed to stand for? Furthermore, the _daemon_path is never even used in temperature_virtual_sensor.py