mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 07:24:55 +00:00
water heater and timer and schedule ui and api ,
Circulate ui and Inching ui
This commit is contained in:
@ -43,9 +43,7 @@ class WaterHeaterPage extends StatelessWidget {
|
||||
)
|
||||
: RefreshIndicator(
|
||||
onRefresh: () async {
|
||||
waterHeaterBloc.add(WaterHeaterInitial(
|
||||
// groupScreen: device != null ? false : true
|
||||
));
|
||||
waterHeaterBloc.add(const WaterHeaterInitial());
|
||||
},
|
||||
child: Center(
|
||||
child: ListView(
|
||||
|
||||
Reference in New Issue
Block a user