grro d9ed461950
[WebThing] Initial contribution (#9555)
Signed-off-by: Gregor Roth <gregor.roth@web.de>
2021-04-11 19:47:27 +02:00

75 lines
1.5 KiB
JSON

{
"title":"Virtual On/Off Light",
"@context":"https://iot.mozilla.org/schemas",
"@type":[
"OnOffSwitch",
"Light"
],
"description":"",
"href":"/things/virtual-things-7",
"properties":{
"on":{
"name":"on",
"value":false,
"visible":true,
"title":"On/Off",
"type":"boolean",
"@type":"OnOffProperty",
"links":[
{
"rel":"property",
"href":"/things/virtual-things-7/properties/on"
}
]
}
},
"actions":{
},
"events":{
},
"links":[
{
"rel":"properties",
"href":"/things/virtual-things-7/properties"
},
{
"rel":"actions",
"href":"/things/virtual-things-7/actions"
},
{
"rel":"events",
"href":"/things/virtual-things-7/events"
},
{
"rel":"alternate",
"mediaType":"text/html",
"href":"/things/virtual-things-7"
},
{
"rel":"alternate",
"href":"ws://webthings/things/virtual-things-7"
}
],
"layoutIndex":0,
"selectedCapability":"Light",
"iconHref":null,
"id":"http://webthings/things/virtual-things-7",
"base":"http://webthings/",
"securityDefinitions":{
"oauth2_sc":{
"scheme":"oauth2",
"flow":"code",
"authorization":"http://webthings/oauth/authorize",
"token":"http://webthings/oauth/token",
"scopes":[
"/things/virtual-things-7:readwrite",
"/things/virtual-things-7",
"/things:readwrite",
"/things"
]
}
},
"security":"oauth2_sc"
}