|
@@ -51,6 +51,12 @@ func InitMqttClient() {
|
|
|
// finishedWeightPush(c, pubTopic, now)
|
|
|
// feedtempletPush(c, pubTopic)
|
|
|
// CompletedTrainNumberPush(c, pubTopic, now)
|
|
|
+ stirPush(c, pubTopic, "2024-07-01")
|
|
|
+ dustingPush(c, pubTopic, "2024-07-01")
|
|
|
+ equipmentAccuracyPush(c, pubTopic, "2024-07-01")
|
|
|
+ finishedWeightPush(c, pubTopic, "2024-07-01")
|
|
|
+ feedtempletPush(c, pubTopic)
|
|
|
+ CompletedTrainNumberPush(c, pubTopic, "2024-07-01")
|
|
|
|
|
|
mqttCron := cron.New()
|
|
|
mqttCron.AddFunc("10 07 * * *", func() {
|