|
@@ -53,10 +53,10 @@ func InitMqttClient() {
|
|
|
// 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")
|
|
|
+ // 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() {
|