github.com/enbility/spine-go@v0.7.0/spine/testdata/wallbox_detaileddiscoverydata_recv_notify_remove.json (about) 1 { 2 "datagram": { 3 "header": { 4 "specificationVersion": "1.3.0", 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": 4, 20 "cmdClassifier": "notify", 21 "ackRequest":true 22 }, 23 "payload": { 24 "cmd": [ 25 { 26 "function": "nodeManagementDetailedDiscoveryData", 27 "filter": [ 28 { 29 "cmdControl": { 30 "partial": {} 31 } 32 } 33 ], 34 "nodeManagementDetailedDiscoveryData": { 35 "deviceInformation": { 36 "description": { 37 "deviceAddress": { 38 "device": "Wallbox" 39 } 40 } 41 }, 42 "entityInformation": [ 43 { 44 "description": { 45 "entityAddress": { 46 "entity": [ 47 1, 48 1 49 ] 50 }, 51 "entityType": "EV", 52 "lastStateChange": "removed" 53 } 54 } 55 ] 56 } 57 } 58 ] 59 } 60 } 61 }