def cpu_temp_sint16(value): answer = [] value_int16 = sint16(value[0]) for bytes in value_int16: answer.append(dbus.Byte(bytes)) return answer