Skip to content

Commit

Permalink
Fix site frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng committed Sep 3, 2024
1 parent 9659ff8 commit d213a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/influxdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function writeMonitoringSamplePoints(
// site
new Point('monitoringSample')
.tag('type', 'site')
.floatField('frequency', monitoringSample.der.frequency),
.floatField('frequency', monitoringSample.site.frequency),
new Point('monitoringSample')
.tag('type', 'site')
.tag('phase', 'A')
Expand Down

0 comments on commit d213a36

Please sign in to comment.