calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

Something wrong in function (void MySensorsOutputAnalog::set_value_real(double val)) #118

Closed xuxianyin5490 closed 8 years ago

xuxianyin5490 commented 8 years ago
string nodeId = get_param("node_id_down");
string sensorId = get_param("sensor_id_down");

maybe: string nodeId = get_param("node_id"); string sensorId = get_param("sensor_id");

raoulh commented 8 years ago

You are right, fixed in e799f41598812d75c996eb61329b661f7e7336fd thanks for reporting

xuxianyin5490 commented 8 years ago

you are welcome!