Ege Korkan
Ege Korkan
I am not sure if this is the best place to share this but here is the W3C WoT Working Group's message regarding the support for stand-alone standardization: https://github.com/w3c/strategy/issues/108#issuecomment-2082109340
@benjagm I will try to join the call, at least the first half since it is a bit late in my time zone. Thank you for bringing this to the...
I think changing the option to ignore validation is good but I am not sure about the async/sync action difference. Where do we say that async action's response is not...
There is no such thing as an "ActionStatus" object. It only exists in one profile. If that is a generic mechanism, it should be in the TD spec first. The...
I understand but what if the intention is that output field matches the actionstatus object? For now, we can go with this direction but I think there is no consensus...
I think it is even better to turn of validation by default. Regarding the compilation of the schema or not, it is better not compile it but I am not...
I think that's also fine. We should just document this approach. If we can log and point to documentation in case of validation failure, even better but it might be...
There is no good solution here at the moment. The following scenarios are possible: 1. Consumer subscribes and by chance the Thing publishes a new value 2. Consumer subscribes and...
Events do not need to have a payload. The event can be called `buttonPressed` and with longpolling, whenever the button is pressed, you get a 200. Not saying this is...
If not used, we can have it in td-tools repo since playground has its own thing as well at https://github.com/eclipse-thingweb/playground/blob/master/packages/core/index.js#L1293 . It's used to check whether open or async api...