Re: Updated TD example file for plugfest

Thanks!

Addid it to the pending PR in my branch.
 
I need to figure out how to get the Atom validator to flag this error.

Best regards,

Michael

> On Jul 6, 2017, at 1:40 AM, Peintner, Daniel <daniel.peintner.ext@siemens.com> wrote:
> 
> 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 <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 <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 <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 13:45:43 UTC