'date' ]; protected $fillable = [ 'device_id', 'today_rainfall', 'yesterday_rainfall', 'accumulate_rainfall', 'moment_rainfall', 'pm10', 'pm25', 'box_illumination', 'box_pressure', 'box_co2', 'box_temperature', 'box_humidity', 'box_noise', 'wind_degree', 'wind_direction', 'wind_power', 'wind_speed', 'reported_at', ]; }