X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FW1Device.cc;h=46e5b7046e7e173e0ddc54a64ac319c304de31fa;hb=6c332c9dfe49d7fe08478946decce32a8f577ef4;hp=467a3359685eb7a432ee606259684fe4d79e687b;hpb=83dba70b46600014932da34e8744ba70584077aa;p=lib1wire.git diff --git a/src/W1Device.cc b/src/W1Device.cc index 467a335..46e5b70 100644 --- a/src/W1Device.cc +++ b/src/W1Device.cc @@ -84,7 +84,7 @@ string W1Device::get_formatted_value() { string W1Device::get_formatted_value(string value) { string ret_val; - ret_val = get_time() + "|" + get_device_type() + "|" + id + "|" + value + " " + get_unit(); + ret_val = get_time() + "|" + value + " " + get_unit(); add_to_memory_cache(ret_val); return ret_val; }