Dyalog / ewc-client

Other
1 stars 4 forks source link

Radio button states are not reset #239

Closed mkromberg closed 1 month ago

mkromberg commented 1 month ago

Run Demo_Issue239. After creating three fruit buttons, selecting the first, it sends:

{"WS":{"ID":"F1.FRUIT.C3","Properties":{"State":1}}}

If you subsequently ask for the state of the three buttons, the responses are:

{"WG":{"ID":"F1.FRUIT.C1","Properties":{"State":1},"WGID":"8"}} {"WG":{"ID":"F1.FRUIT.C2","Properties":{"State":0},"WGID":"9"}} {"WG":{"ID":"F1.FRUIT.C3","Properties":{"State":1},"WGID":"10"}}

C1 should have been set to 0 when C3 was set to 1.