Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into develop
  • Loading branch information
cissavgonc committed Dec 6, 2023
2 parents d97de34 + 507564d commit 65901fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Reading struct {
Timestamp string `json:"timestamp"`
Value float64 `json:"value"`
TorqueValues []float64 `json:"torque_values"`
AsmTimes []int64 `json:"asm_times"`
MotionWastes []int64 `json:"motion_wastes"`
AsmTimes []int `json:"asm_times"`
MotionWastes []int `json:"motion_wastes"`
SetValue float64 `json:"set_value"`
}

0 comments on commit 65901fa

Please sign in to comment.