wokwi-features
wokwi-features copied to clipboard
ability to edit number of dip switches in attr
trafficstars
would be great to be able to adjust the number of dip switched in dip switch by updating attrs e.g. { "type": "wokwi-dip-switch-8", "id": "sw2", "top": 236.7, "left": 308.7, "attrs": {} }, making it a 4 dip switch would be: { "type": "wokwi-dip-switch-8", "id": "sw2", "top": 236.7, "left": 308.7, "attrs": {"dips": 4} },