factory SensorReadingSingle.fromJson(Map<String, dynamic> json) { return SensorReadingSingle( value: json['value'] as num, ); }