- From: Peintner, Daniel <daniel.peintner.ext@siemens.com>
- Date: Thu, 6 Jul 2017 08:40:02 +0000
- To: Michael Koster <michael.koster@smartthings.com>, Public Web of Things IG <public-wot-ig@w3.org>
Received on Thursday, 6 July 2017 08:40:35 UTC
Hi Michael,
Thank you for the OCF binding templates. I use these examples for the TD serialization test-bed [1] also.
While looking at them I noticed one issue (see [2]).
"value": {
"value": true,
}
should be
"value": {
"value": true
}
without the trailing comma.
Thanks,
-- Daniel
[1] https://github.com/w3c/wot-thing-description/tree/master/test-bed
[2] https://github.com/mjkoster/wot/blob/protocol-binding-templates/current-practices/protocol-binding-templates/td-examples-plugfest/td-ocf-dimmable-light.jsonld#L124
________________________________
Von: Michael Koster [michael.koster@smartthings.com]
Gesendet: Mittwoch, 5. Juli 2017 19:22
An: Public Web of Things IG
Betreff: Updated TD example file for plugfest
Hi,
I updated the TD example files in the CP protocol binding subfolder to have the actual contents I will use for the plugfest (modulo changes needed to work with the actual implementation on Sunday)
They are in an new PR and committed to my working branch:
https://github.com/mjkoster/wot/tree/protocol-binding-templates/current-practices/protocol-binding-templates/td-examples-plugfest
Is there a place we are supposed to register these ahead of time, so we can all see all of the TDs?
Best regards,
Michael
Received on Thursday, 6 July 2017 08:40:35 UTC