This commit is contained in:
kleponijo 2026-05-23 18:45:51 +07:00
parent aa530a5d09
commit d7db4ece12
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class WindSpeedBloc extends Bloc<WindSpeedEvent, WindSpeedState> {
final deviceId = await _getDeviceId();
final history = await _repository.getSensorHistory(
'anemometer/esp_percobaan/history',
'anemometer/$deviceId/history',
(json) => MyWindSpeed.fromJson(json),
);