Skip to content
Snippets Groups Projects

Updates to implement finish, process MultiSmartData for v1.2 (Mobile)...

Closed Guilherme Arthur Gerônimo requested to merge master into prod
1 file
+ 1
5
Compare changes
  • Side-by-side
  • Inline
@@ -141,11 +141,7 @@ abstract class SmartData
$json['version'] = $this->version;
$json['unit'] = $this->unit->cod;
$json['timestamp'] = $this->time;
if ( $this->unit->is_digital() ) {
$json['value'] = base64_encode($this->value);
} else {
$json['value'] = $this->value;
}
$json['value'] = $this->value;
$json['error'] = $this->error;
$json['confidence'] = $this->confidence;
$json['x'] = $this->x;
Loading