HI Bunny,I‘m studying your AH64D hif.json to add some new button. I have found the Pilot Unlock wheel Button‘s ID is 308,but I can't understand how to find the pushId and releaseID.Cptn Zeen seems to choose 3001~3229 optionally.I tried 3051 and 3100 but it didnt work.Could you help me?Thank you!
 
	 
 
	{ 
	      "heliosType": "DCS.Common.PushButton", 
	      "device": "Test Panel", 
	      "name": "Pilot Unlock wheel Button", 
	      "description": "Current state of this button.", 
	      "exports": [ 
	        { 
	          "format": "%1d", 
	          "isExportedEveryFrame": false, 
	          "id": "308" 
	        } 
	      ], 
	      "buttons": [ 
	        { 
	          "deviceId": "3", 
	          "pushId": "3100", 
	          "pushValue": "1", 
	          "releaseId": "3100", 
	          "releaseValue": "0" 
	        } 
	      ] 
	    },