Skip to content

Commit

Permalink
Rename "Superset" column to "Superset Of"
Browse files Browse the repository at this point in the history
  • Loading branch information
hasty committed Nov 19, 2024
1 parent 13ab0d3 commit 897688b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matter/spec/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func getTableColumn(val string) matter.TableColumn {
return matter.TableColumnDeviceID
case "device name":
return matter.TableColumnDeviceName
case "superset":
case "superset", "superset of":
return matter.TableColumnSuperset
case "class":
return matter.TableColumnClass
Expand Down
2 changes: 1 addition & 1 deletion matter/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var TableColumnNames = map[TableColumn]string{
TableColumnClusterID: "Cluster ID",
TableColumnDeviceID: "Device ID",
TableColumnDeviceName: "Device Name",
TableColumnSuperset: "Superset",
TableColumnSuperset: "Superset Of",
TableColumnClass: "Class",
TableColumnDirection: "Direction",
TableColumnDescription: "Description",
Expand Down

0 comments on commit 897688b

Please sign in to comment.