Skip to content

Commit

Permalink
Create alerts on cell devices
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosTze committed Dec 16, 2024
1 parent 4330d12 commit 537d0d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class ExplorerUseCaseImpl(
publicDevice.toUIDevice().apply {
this.cellCenter = cell.center
this.relation = getRelation(this.id)
createDeviceAlerts(false)
}
}.sortedWith(
compareByDescending<UIDevice> { it.lastWeatherStationActivity }.thenBy { it.name }
Expand Down

0 comments on commit 537d0d3

Please sign in to comment.