Skip to content

Commit

Permalink
update correct template
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjaigner committed Feb 14, 2024
1 parent f103fb7 commit 065acee
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions sensor/config/config.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,27 @@
"gas_cylinders": [
{
"valve_number": 2,
"bottle_id": "999"
"bottle_id": "..."
},
{
"valve_number": 3,
"bottle_id": "998"
"bottle_id": "..."
}
],
"sampling_per_cylinder_seconds": 600,
"system_flushing_pump_pwm_duty_cycle": 0.5,
"system_flushing_seconds": 300

},
"documentation": {
"site_name": "...",
"site_short_name": "...",
"site_observation_since": "...",
"inlet_elevation": "...",
"last_maintainence_date": "...",
"maintainence_comment": "...",
"gmp343_sensor_id": "..."
},
"hardware": {
"pump_pwm_duty_cycle": 0.13,
"gmp343_optics_heating": true,
Expand Down

0 comments on commit 065acee

Please sign in to comment.