-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Add parsing of target amount from container name #5
Comments
Just got this working on my local board. I'm using the description, if it's present and a valid number, as my target. Code snippets:
changed litreParse (uses code snippet included in #6 comments as base)
Feel free to incorporate into the project. If you do, then I'll be able to keep using updates as they come ^_^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to be able to specify a target amount in the container hub name.
To be used in 2 ways:
For example, 200 units in container that holds 1000 with target of 500 might display 200/300/1000
Another example, 600 units in container that holds 1000 with target of 500 might display 600/-100/1000
The text was updated successfully, but these errors were encountered: