NubeIO / driver-bacnet

0 stars 2 forks source link

add response body some more details #51

Closed NubeDev closed 1 year ago

NubeDev commented 1 year ago

add in networkNumber and macAddress

{"value":"AI_1_SPARE","deviceInstance":"2508"}
shomaglasang commented 1 year ago

Example read response:

bacnet/cmd_result/read_value/ai/1/name: { "value" : "AI_1_SPARE" , "deviceInstance" : "1234" , "mac" : "10.104.0.11:47808" }

Example write response:

bacnet/cmd_result/write_value/ai/1/pv: { "value" : "100.500000" , "deviceInstance" : "1234" , "mac" : "10.104.0.11:47808" }