Open
Description
In canboat.json version 6.0.1:
A MaxValue of 0 seems incorrect.
{
"Name":"FUSION_REPEAT_STATUS",
"MaxValue":0,
"EnumValues":[
{"Name":"Off", "Value":0},
{"Name":"One/track", "Value":1},
{"Name":"All/album", "Value":2}
]
},
{
"Name":"FUSION_SETTING",
"MaxValue":0,
"EnumValues":[
{"Name":"Alpha Search Threshold", "Value":0},
{"Name":"iPod Subtitles", "Value":1},
{"Name":"Zone 2 Linked", "Value":2},
{"Name":"Zone 2 Enabled", "Value":3},
{"Name":"Zone 3 Enabled", "Value":4},
{"Name":"Zone 4 Enabled", "Value":5},
BTW, MaxValue
is the maximum number of possible values, right? (Initially thought it was the maximum integer field value, but this doesn't apply for BITLOOKUP.)