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

Getting the structure file or objects from it #43

Closed
davidwallis opened this issue Feb 4, 2020 · 2 comments
Closed

Getting the structure file or objects from it #43

davidwallis opened this issue Feb 4, 2020 · 2 comments

Comments

@davidwallis
Copy link

Hi,

I'm trying to build some processing for messages using node-red - but I would like to programatically extract objects from the structure file - such as rooms. I know that the structure file is got - but are these objects exposed anywhere or am I going to have to pull the structure file myself and process it?

Thanks

David

@codmpm
Copy link
Owner

codmpm commented Feb 4, 2020

Hey David,

no, the rooms are currently not exposed. Only used internally to show the dropdowns inside the node.
But you can simply parse the http://data/LoxAPP3.json using an http-request-node and the json-node.

@davidwallis
Copy link
Author

davidwallis commented Feb 4, 2020 via email

@codmpm codmpm closed this as completed Feb 4, 2020
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

No branches or pull requests

2 participants