SmartThings WebCore 活塞警报每小时仅一次

物联网 三星-smartthings
2021-06-09 17:13:22

我有一个看起来像这样的 WebCore 活塞。

if
   Device temperature changes
then
   do   Send SMS notification "Test message" to 1234567890;
   do   Wait 60 minutes;
else
end if;
end execute;

设备温度每隔几分钟就会改变一次,但我只想每小时收到一次通知。

我认为“等待 60 分钟”行会做到这一点,但我继续每约 5 分钟收到一条文本。

我找不到如何获得所需行为的示例。

0个回答
没有发现任何回复~