Changed timer codes in curtain module to match what the API expects.

This commit is contained in:
Faris Armoush
2025-06-30 15:53:23 +03:00
parent 949c27938a
commit 8cb6c13cd5

View File

@ -62,9 +62,9 @@ class CurtainModuleItems extends StatelessWidget with HelperResponsiveLayout {
BlocProvider.of<CurtainModuleBloc>(context),
child: BuildScheduleView(
deviceUuid: deviceId,
category: 'timer',
category: 'Timer',
code: 'control',
countdownCode: 'timer',
countdownCode: 'Timer',
deviceType: 'CUR_2',
),
));