Page 1 of 1

面板小程序跳转计划页面能设置执行的 actionList或者dps 吗? functional://rayScheduleFunctional

Posted: 2025年 Mar 30日 14:01
by 15002075425

"@ray-js/ray": "1.6.1"

项目名称:照明幻彩灯带模版

const list = [
{
key: 'schedule',
icon: getCdnImgUrl('icon_schedule_active.png'),
title: Strings.getLang('scheduleTitle'),
visible: isShowSchedule,
callback() {
const { deviceId, groupId } = getLaunchOptionsSync().query;
const jumpUrl = functional://rayScheduleFunctional/home?deviceId=${deviceId ||
''}&groupId=${groupId ||
''}&rtcTimer=${supportRctTimer}&countdown=${supportCountdown}&cloudTimer=${supportCloudTimer}
;
navigateTo({
url: jumpUrl,
});
},
},
];


Re: 面板小程序跳转计划页面能设置执行的 actionList或者dps 吗? functional://rayScheduleFunctional

Posted: 2025年 Mar 31日 10:53
by crisiron

你好 功能页无法支持自定义功能,可使用定时组件支持 https://developer.tuya.com/material/lib ... leSchedule