B787 CDU LVars missing?

I can trigger the B787 CDU buttons INIT, RTE, VNAV, LEGS, NAV RAD, EXEC, NEXT PAGE, and PREV PAGE plus all number and character buttons via my WASm module from my SimConnect Client, but not the DEP ARR, FMC COMM, and PROG buttons.

I am using this (>H: Event list in the WASM

AS01B_FMC_1_BTN_INIT
AS01B_FMC_1_BTN_RTE
AS01B_FMC_1_BTN_DEPARR
AS01B_FMC_1_BTN_ALTN
AS01B_FMC_1_BTN_VNAV
AS01B_FMC_1_BTN_BRT_S1
AS01B_FMC_1_BTN_DIM_S2
AS01B_FMC_1_BTN_FIX
AS01B_FMC_1_BTN_LEGS
AS01B_FMC_1_BTN_HOLD
AS01B_FMC_1_BTN_FMCCOMM
AS01B_FMC_1_BTN_PROG
AS01B_FMC_1_BTN_EXEC
AS01B_FMC_1_BTN_NAVRAD
AS01B_FMC_1_BTN_OFST
AS01B_FMC_1_BTN_RTA
AS01B_FMC_1_BTN_PREVPAGE
AS01B_FMC_1_BTN_NEXTPAGE

Does anyone have any info about how to fix this?

I don’t have an answer for you, sorry. However, I would like to know where you found the LVars for the FMC in the B787? I thought the only way to track down LVars was to monitor them in the Model Behavior Console under the LVars tab as you manipulate switches in the Sim to see what changes. The only LVar I see starting with AS01B is the Throttle Arm State. Great work by the way. Extremely helpful list.

Not correct of me to call them LVar Events, the correct is (>H: type Events

(>H:AS01B_FMC_1_BTN_INIT)