water heater and timer and schedule ui and api ,

Circulate ui and Inching ui
This commit is contained in:
mohammad
2024-09-21 13:20:10 +03:00
parent a46cec9dc5
commit 0b3f9de162

View File

@ -43,9 +43,7 @@ class WaterHeaterPage extends StatelessWidget {
) )
: RefreshIndicator( : RefreshIndicator(
onRefresh: () async { onRefresh: () async {
waterHeaterBloc.add(WaterHeaterInitial( waterHeaterBloc.add(const WaterHeaterInitial());
// groupScreen: device != null ? false : true
));
}, },
child: Center( child: Center(
child: ListView( child: ListView(