github.com/enbility/spine-go@v0.7.0/integration_tests/testdata/ec_descriptionListData_recv_reply.json (about) 1 { 2 "datagram": { 3 "header": { 4 "specificationVersion": "1.1.1", 5 "addressSource": { 6 "device": "Wallbox", 7 "entity": [1,1], 8 "feature": 7 9 }, 10 "addressDestination": { 11 "device": "HEMS", 12 "entity": [1], 13 "feature": 1 14 }, 15 "msgCounter": 10, 16 "msgCounterReference": 10, 17 "cmdClassifier": "reply", 18 "ackRequest": true 19 }, 20 "payload": { 21 "cmd": [ 22 { 23 "electricalConnectionDescriptionListData": { 24 "electricalConnectionDescriptionData": [ 25 { 26 "electricalConnectionId": 0, 27 "powerSupplyType": "ac", 28 "acConnectedPhases": 1, 29 "positiveEnergyDirection": "consume" 30 } 31 ] 32 } 33 } 34 ] 35 } 36 } 37 }