From: Martin Mares Date: Sun, 19 Dec 2021 18:55:46 +0000 (+0100) Subject: Home: Relocating sensors X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4a93429c9c1da7190f41adbeb9bf24ecff21e989;hp=8271b08680421ace0e81f2832f6dba7b9cc805b2;p=arexx.git Home: Relocating sensors --- diff --git a/arexxd.c b/arexxd.c index cf4b712..a47ba8d 100644 --- a/arexxd.c +++ b/arexxd.c @@ -253,7 +253,7 @@ static double correct_point(uint id, double val, const char **name) */ switch (id) { case 10415: - *name = "kitchen"; + *name = "terarium"; return val - 0.93; case 10707: *name = "catarium";