github.com/enbility/spine-go@v0.7.0/integration_tests/testdata/ec_subscriptionRequestCall_recv_result.json (about) 1 { 2 "datagram": { 3 "header": { 4 "specificationVersion": "1.1.1", 5 "addressSource": { 6 "device": "Wallbox", 7 "entity": [ 8 0 9 ], 10 "feature": 0 11 }, 12 "addressDestination": { 13 "device": "HEMS", 14 "entity": [ 15 0 16 ], 17 "feature": 0 18 }, 19 "msgCounter": 3, 20 "msgCounterReference": 2, 21 "cmdClassifier": "result" 22 }, 23 "payload": { 24 "cmd": [ 25 { 26 "resultData": { 27 "errorNumber": 0 28 } 29 } 30 ] 31 } 32 } 33 }