mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
Changed timer codes in curtain module to match what the API expects.
This commit is contained in:
@ -62,9 +62,9 @@ class CurtainModuleItems extends StatelessWidget with HelperResponsiveLayout {
|
|||||||
BlocProvider.of<CurtainModuleBloc>(context),
|
BlocProvider.of<CurtainModuleBloc>(context),
|
||||||
child: BuildScheduleView(
|
child: BuildScheduleView(
|
||||||
deviceUuid: deviceId,
|
deviceUuid: deviceId,
|
||||||
category: 'timer',
|
category: 'Timer',
|
||||||
code: 'control',
|
code: 'control',
|
||||||
countdownCode: 'timer',
|
countdownCode: 'Timer',
|
||||||
deviceType: 'CUR_2',
|
deviceType: 'CUR_2',
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user