如何在地图功能中设置计时器?

时间:2019-05-23 05:50:33

标签: reactjs react-native react-native-android

我正在使用Map功能从外围设备列表中检索设备信息,但我想设置一个计时器,其中有一个时间间隔,在该时间内我断开连接并移至下一个设备。

- hosts: local
  tasks:
    - name: "Send a mail"
      mail:
        host: "mail.example.com"
        port: 25
        to: "john.doe@example.com"
        from: "nobody@example.com"
        subject: "testmail"
        body: "This is a Testmail"

0 个答案:

没有答案