I am working on some software for my company. Field technicians can enter well pump readings and the chlorine residual through an Android / iOS app.
The backend of the app is written in Node.js.
I'm trying to get the pump reading from VTSCADA and send it to our app.
I wrote an API (documented here )
I also wrote a CLI (documented here )
Is there some way we can take the pump reading and insert it to powershell or can we otherwise make calls to the API I wrote?
Thanks for your help
I am working on some software for my company. Field technicians can enter well pump readings and the chlorine residual through an Android / iOS app.
The backend of the app is written in Node.js.
I'm trying to get the pump reading from VTSCADA and send it to our app.
I wrote an API (documented [here](https://docs.liftstation.cloud/api/intro) )
I also wrote a CLI (documented [here](https://docs.liftstation.cloud/cli/intro) )
Is there some way we can take the pump reading and insert it to powershell or can we otherwise make calls to the API I wrote?
Thanks for your help