-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Issue] Changing picture based on Expected Value String doesnt work. #17
Comments
I have the same issue. Image isn't changing at all. |
I was able to figure out a solution via debugging - setting the registry value mentioned there and debugging via Chrome helped further. The below config parses a json value returned from Portainer REST api, endpoint "portainer/api/endpoints/2/docker/containers/json". The returned json is a list, so I need a list index first and then access the json field "State". List index works without brackets or root element here, just give the index number. However, I couldn't get it working without entering a json path. The button config above the section "periodically poll..." is basically used when you press the streamdeck button manually, while the polling section is used for the automated refresh. Hope this helps. |
@m-10-c |
My get request looks like this
Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: