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

小程序开发相关产品技术讨论,包括面板、智能小程序、React Native、Ray跨端框架、Panel SDK、微信小程序、小程序开发工具(IDE)及其他开发技术相关等话题


Post Reply
15002075425
Posts: 4

"@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,
});
},
},
];


Tags:
crisiron
Posts: 118

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

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

Post Reply