Skip to main content
Version: 1.0.0

push well reading

Description: the push well reading command allows you to enter a well reading

Example#

$ lscloud push well reading --id=20 --pump=3943854
ParameterRequiredDescription
idyesThe well ID
pumpyesThe pump reading, must conform to this regular expression /^[0-9]{1,9}$/
datenoDate of the reading. If omitted the CLI uses the system's date
residualnoThe chlorine residual, must conform to this regular expression /^[0-9]\.[0-9]$/
forcenoSet this to true if you want to override an existing reading for the given well and date. Default value is false.