Skip to content

Commit

Permalink
Updated auto intervales of devices
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsomashekharbm committed Nov 11, 2024
1 parent 28ae37a commit a2df0e9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cmd/res/devices/device.mqtt.device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ deviceList:

- name: "Google-pixel-device"
profileName: "Device-mqtt"
description: "Google pixel location device(testing)"
description: "Google pixel device for testing"
labels: [ "MQTT", "test" ]
protocols:
mqtt:
CommandTopic: "command/Windmill-location-mqtt-a"
CommandTopic: "command/Windmill-location-mqtt-a"
autoEvents:
interval: "3s"
onChange: false
sourceName: Windmill_location
- interval: "3s"
onChange: false
sourceName: "Windmill_location"

- name: "Samsung-device"
profileName: "Device-mqtt"
description: "Samsung loaction device(testing)"
description: "Samsung device for testing"
labels: [ "MQTT", "test" ]
protocols:
mqtt:
CommandTopic: "command/Windmill-location-mqtt-b"
autoEvents:
interval: "3s"
onChange: false
sourceName: Windmill_location
- interval: "3s"
onChange: false
sourceName: "Windmill_location"

0 comments on commit a2df0e9

Please sign in to comment.