Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
更新日志级别
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhuozhuo committed Aug 24, 2023
1 parent fd0518a commit df5956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/conditions_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (*ConditionsService) AutomationConditionCheck(deviceId string, values map[s
if value, ok := values[conditionData.V1]; ok {
isThisDevice = true
isSuccess, _ := utils.Check(value, conditionData.V2, conditionData.V3)
logs.Warn("check:", isSuccess)
logs.Info("check:", isSuccess)
isPass = isSuccess
if isPass {
logMessage += "设备上报的属性" + conditionData.V1 + ":" + cast.ToString(values[conditionData.V1]) + conditionData.V2 + cast.ToString(conditionData.V3) + "通过;"
Expand Down

0 comments on commit df5956b

Please sign in to comment.