Skip to content
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

devices.py: allow the user to pass fields in devices.all request #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ffontaine
Copy link

Signed-off-by: Fabrice Fontaine [email protected]

@sglza
Copy link

sglza commented Sep 10, 2020

I love this, it's is exactly what I need. I already have it implemented on my end, but I noticed that you can only access the keys that are on the first level. Do you have any idea of how I could access keys on deeper levels such as kismet.common.signal.last_signal, which is a key of kismet.device.base.signal?

@ffontaine
Copy link
Author

You must give the full key path such as 'kismet.device.base.signal/kismet.common.signal.last_signal' or [['kismet.device.base.signal/kismet.common.signal.last_signal', 'last_signal']] if you want to rename it.

@sglza
Copy link

sglza commented Sep 10, 2020

Thanks for the quick response, I appreciate it. Exactly what I needed once again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants