mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 08:34:56 +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(
|
: 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(
|
||||||
|
|||||||
Reference in New Issue
Block a user