You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This Resource describes a DALI (addressing) configuration, IEC 62386-104, Digital addressable lighting interface - Part 104: General requirements - Wireless and alternative wired system.\n",
19
+
"description": "This Resource describes the DALI write resource, able to convey FF and BF according IEC 62386-104, Digital addressable lighting interface - Part 104: General requirements - Wireless and alternative wired system.\nRetrieve on this Resource only returns common Properties.\n",
20
20
"parameters": [
21
-
{"$ref": "#/parameters/interface"}
21
+
{"$ref": "#/parameters/interface-baseline"}
22
22
],
23
23
"responses": {
24
24
"200": {
25
25
"description" : "",
26
26
"x-example":
27
27
{
28
-
"rt": ["oic.r.dali.conf"],
29
-
"if": ["oic.if.rw","oic.if.baseline"],
30
-
"bus": 2,
31
-
"src": 5,
32
-
"ver": 2
28
+
"rt": ["oic.r.dali"],
29
+
"if": ["oic.if.baseline", "oic.if.w"]
33
30
},
34
-
"schema": { "$ref": "#/definitions/Response" }
31
+
"schema": { "$ref": "#/definitions/Dali" }
35
32
}
36
33
}
37
34
},
38
35
"post": {
39
-
"description": "The POST can be used to set the bus identification or to issue an DALI FF frame. The command can be issued as Multicast (SSM) or as unicast. The Multicast command will have no response, the unicast command can have a BF response.",
36
+
"description": "The POST can be used to issue an DALI FF frame. The command can be issued as Multicast (SSM) or as unicast. The Multicast command will have no response. The unicast command can have a BF response.",
0 commit comments