Closed egekorkan closed 1 year ago
Name | Link |
---|---|
Latest commit | d3bb43b95ec4ce2d37b4bb94689365478e8aea42 |
Latest deploy log | https://app.netlify.com/sites/wot-binding-templates/deploys/6539337020c7100008619612 |
Deploy Preview | https://deploy-preview-309--wot-binding-templates.netlify.app/bindings/protocols/bacnet |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Call of 18.10:
default
can be used to indicate a constant value{
"@context": "https://www.w3.org/2022/wot/td/v1.1",
"properties": {
"analog1": {
"type": "number",
"readOnly": true,
"forms": [{
"op": [ "observeproperty" ],
"href": "bacnet://5/0,1/85",
"bacv:service": "subscribeCOVproperty",
"bacv:covIncrement": {
"type":"number",
"minimum":0,
"default":0.2
}
}]
}
}
}
Call of 25.10:
As a result of https://github.com/w3c/wot-binding-templates/issues/302#issuecomment-1812825940, we will close this PR without merging. A follow up PR should change the URI Scheme to add the two parameters but also a warning saying "TD.next will change this"
fixes #302 (the discussion is documented there)