From: Martin Mares Date: Tue, 17 Jan 2012 12:26:53 +0000 (+0100) Subject: Home: Another sensor X-Git-Tag: v1.2~7 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ea5ae608eb6f938a0c3b947f6560ccc4d0189dd5;p=arexx.git Home: Another sensor --- diff --git a/arexxd.c b/arexxd.c index 8879d2b..e3214a5 100644 --- a/arexxd.c +++ b/arexxd.c @@ -168,6 +168,9 @@ static double correct_point(int id, double val, const char **name) case 10415: *name = "ursarium"; return val - 0.93; + case 10707: + *name = "balcony"; + return val - 0.71; case 19246: *name = "catarium"; return val + 0.49;