We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZAP can't generate correct default values for string type attributes with a numeric value assigned
ZAP content:
{ "name": "UserActiveModeTriggerInstruction", "code": 7, "mfgCode": null, "side": "server", "type": "char_string", "included": 1, "storageOption": "RAM", "singleton": 0, "bounded": 0, "defaultValue": "7", "reportable": 1, "minInterval": 1, "maxInterval": 65534, "reportableChange": 0 },
Generated output:
\ /* 16 - UserActiveModeTriggerInstruction, */\ 0x00, 0x7,\ \
The text was updated successfully, but these errors were encountered:
For more reference see https://csamembers.slack.com/archives/C01B01GH64E/p1736254472472859
Sorry, something went wrong.
No branches or pull requests
ZAP can't generate correct default values for string type attributes with a numeric value assigned
Example
ZAP content:
Generated output:
The text was updated successfully, but these errors were encountered: