-
Notifications
You must be signed in to change notification settings - Fork 28
Add use cases #6
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
Comments
For
For
Other
|
Should we add flags to an |
As mentioned here I still don't see the value of server side hooks on property changes and action invocations. Observing property changes and action invocations should be part of the client API. Could someone provide code examples for why server side hooks are needed? IMHO the use case is already covered by the client use case |
…cussion Signed-off-by: Zoltan Kis <[email protected]>
Signed-off-by: Zoltan Kis <[email protected]>
Signed-off-by: Zoltan Kis <[email protected]>
Signed-off-by: Zoltan Kis <[email protected]>
Latest use cases seem fine. |
I have one little detail: rationale: |
Yes, this might also be a good thing from security point of view: Things might want to define different policies to these types of access. |
"Issue #2"
|
In the above case, "DynamicThing" could consolidates these ? |
Taking discussion on "DynamicThing" vs. "ExposedThing" to an own issue |
we're leaving this issue open for further discussion on potenitially missing use cases |
| On a consumed Thing Above default events might be noisy in some cases and would need to have verbose off function. |
I checked https://w3c.github.io/wot-scripting-api/#use-cases and it looks like all use-cases are in place. Any objections to close this issue? |
Addressed by #86. |
Wouldn't it be necessary to have the following use cases?
[ConsumedThing]
use case for local string/object?
[ExposedThing]
[Programmable]
this is different from use case for addAction which only defines name and parameter/return type for action.
The text was updated successfully, but these errors were encountered: