-
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
164 adding multientity to tutorials #260
Conversation
...v2/e8_multientity_and_expression_language/e8_multientity_and_expression_language_solution.py
Show resolved
Hide resolved
@djs0109 I also added an example of a timestamp attribute, which uses the JEXL function 'toisodate'. |
@djs0109 The documentation of the iotagent-node-lib says, that the legacy expression language is deprecated since 3.2.0 and they only use JEXL (https://iotagent-node-lib.readthedocs.io/en/3.4.0/deprecated.html). Should we therefore remove old functionalities of the expression languages in filip? |
@RCX112 nice hint! I think we can first add a deprecation warning for the attribute |
…nd setting default expression language to JEXL.
…into 164-Adding-multientity-to-tutorials
…ypes in Tutorial e8
…als' into 164-Adding-multientity-to-tutorials
…com/RWTH-EBC/FiLiP into 164-Adding-multientity-to-tutorials
@djs0109 I added some tests for the expression languages and I also put the pyjexl package in the requirements |
# Exercise 8: MultiEntity and Expression Language | ||
|
||
The MultiEntity plugin Allows the devices provisioned in the IoTAgent to map their attributes to more than one entity, | ||
declaring the target entity through the Configuration or Device provisioning APIs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by "Configuration" APIs?
@RCX112 Thank you! It looks really great. I only changed a little in the tutorials |
# Conflicts: # CHANGELOG.md # setup.py
closes #164