github.com/enbility/spine-go@v0.7.0/integration_tests/testdata/dd_subscriptionRequestCall_recv.json (about) 1 { 2 "datagram": { 3 "header": { 4 "specificationVersion": "1.1.1", 5 "addressSource": { 6 "device": "Wallbox", 7 "entity": [1], 8 "feature": 2 9 }, 10 "addressDestination": { 11 "device": "HEMS", 12 "entity": [0], 13 "feature": 0 14 }, 15 "msgCounter": 1, 16 "cmdClassifier": "call", 17 "ackRequest": true 18 }, 19 "payload": { 20 "cmd": [ 21 { 22 "nodeManagementSubscriptionRequestCall": { 23 "subscriptionRequest": { 24 "clientAddress": { 25 "device": "Wallbox", 26 "entity": [1], 27 "feature": 2 28 }, 29 "serverAddress": { 30 "device": "HEMS", 31 "entity": [1], 32 "feature": 1 33 }, 34 "serverFeatureType": "DeviceDiagnosis" 35 } 36 } 37 } 38 ] 39 } 40 } 41 }