8000 FUSION_REPEAT_STATUS and FUSION_SETTING Lookup Enumerations have MaxValue of 0 · Issue #550 · canboat/canboat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
FUSION_REPEAT_STATUS and FUSION_SETTING Lookup Enumerations have MaxValue of 0 #550
Open
@meaning-matters

Description

@meaning-matters

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.)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0