File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 17
17
* .log
18
18
.DS_Store
19
19
20
- monitor.yaml
20
+ monitor.yaml
21
+ dist
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/eclipse/paho.mqtt.golang v1.4.2
7
- github.com/leafney/rose v0.1.9
7
+ github.com/leafney/rose v0.2.0
8
8
github.com/spf13/pflag v1.0.5
9
9
github.com/spf13/viper v1.14.0
10
10
)
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
135
135
github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
136
136
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
137
137
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
138
- github.com/leafney/rose v0.1.9 h1:50/30uBW0h4xkkw64/PavU85/mCvjDYef3uxLXtwanI =
139
- github.com/leafney/rose v0.1.9 /go.mod h1:ce+MjXsq4miXeex4fepJNBRubWcZQarV3iEWZGRFo8k =
138
+ github.com/leafney/rose v0.2.0 h1:yw8AlVWx4aSbcggZLuyOkzH4tt/KVBa7BggV7LsOblk =
139
+ github.com/leafney/rose v0.2.0 /go.mod h1:ce+MjXsq4miXeex4fepJNBRubWcZQarV3iEWZGRFo8k =
140
140
github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo =
141
141
github.com/magiconair/properties v1.8.6 /go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60 =
142
142
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ func Publish(client mqtt.Client, topic string) {
91
91
token := client .Publish (topic , 0 , true , value )
92
92
token .Wait ()
93
93
94
- time .Sleep (30 * time .Second )
94
+ time .Sleep (60 * time .Second )
95
95
}
96
96
}()
97
97
You can’t perform that action at this time.
0 commit comments