Open jtashiro opened 10 months ago
Hello, thank you for this issue.
We know we have to prepare more examples and overall improve documentation. It is one of our goals for the following weeks/months.
Kamil Triscik Braiins
Hello, thank you for this issue.
We know we have to prepare more examples and overall improve documentation. It is one of our goals for the following weeks/months.
Kamil Triscik Braiins
Eagerly waiting.. Maybe an example in Postman? Much appreciated
Hello, thank you for this issue. We know we have to prepare more examples and overall improve documentation. It is one of our goals for the following weeks/months. Kamil Triscik Braiins
Eagerly waiting.. Maybe an example in Postman? Much appreciated
If anyone wants help, I've figured it out to use server reflection with Postman! Works like a charm. Feel free to send DM or reply
[Updated] I was looking for an example grpcurl script that has full parameters required to change the power target on a miner. My use case is to run miner at the lowest power possible during evening, and max/full power during the day when my solar panels are active. I've put this into cron job on a nearby linux machine.
I reviewed the authenticate script and proto files and figured out that the message parameters are positional along with the names of the variables. Some variables are expected in json format, and was able to work out this syntax after reviewing the other proto files (units for Power) and reverse engineered the json format. Suggest adding something like this to the package in examples directory. May be cleaner with proto files ?
thanks for making this possible.
examples/setPowerTarget.sh:
thanks