https://apim.eu.mybuildings.abb.com/adtg-api/v1/graphql
Field | type | description |
---|---|---|
Authorization | string | OAuth 2.0 access token obtained from eu.mybuildings.abb.com. |
{
ChannelWIP(
dtId: "c376b842-8f78-4b69-ae31-f815f24d5b90_Device_105807A7F02977C_Channel_6"
) {
outputs(key: "0") {
value {
DataPointService {
SetDataPointMethod {
callMethod(value:"1")
{code}
}
}
}
}
}
}
dtId - [String] uuid_Device_Serialnum_Channel_Channelnum
key - [String] data point
value - [String] specify value to set datapoint to
{
"data": {
"ChannelWIP": [
{
"outputs": [
{
"value": {
"DataPointService": {
"SetDataPointMethod": {
"callMethod": {
"code": 204
}
}
}
}
}
]
}
]
}
}