6 lines
152 B
PHP
Raw Normal View History

<?php
2015-07-13 20:10:26 +02:00
preg_match_all('/([0-9]+C)+/', $sensor_value, $temps);
list(,$index) = explode('.', $sensor['sensor_index']);
$sensor_value = $temps[0][$index];