延迟操作
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
说明
在自动化执行中添加暂停。DelayAction
后列出的所有操作都将在暂停后执行。
字段
键
类型
说明
for
时长
暂停的时长。例如,“30sec”会让自动化操作的执行暂停 30 秒。
必填
示例
开灯,五分钟后关掉。
actions :
- type : device.command.OnOff
devices : Light A - Living Room
on : true
- type : time.delay
for : 5min
- type : device.command.OnOff
devices : Light A - Living Room
on : false
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["Incorrect information","incorrectInformation","thumb-down"],["Not enough information/samples","notEnoughInformationSamples","thumb-down"],["Too complicated","tooComplicated","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-09-12。"],[],[]]