Skip to content

Commit

Permalink
Temporarily remove the the PIDs with IPV6 type in them until we suppo…
Browse files Browse the repository at this point in the history
…rt it properly
  • Loading branch information
peternewman committed Jul 3, 2023
1 parent 66e7f10 commit 7686be6
Showing 1 changed file with 0 additions and 188 deletions.
188 changes: 0 additions & 188 deletions data/rdm/pids.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4010,142 +4010,6 @@ pid {
}
set_sub_device_range: ROOT_OR_ALL_SUBDEVICE
}
pid {
name: "COMPONENT_SCOPE"
value: 2048
get_request {
field {
type: UINT16
name: "scope_slot"
range {
min: 1
max: 65535
}
}
}
get_response {
field {
type: UINT16
name: "scope_slot"
range {
min: 1
max: 65535
}
}
field {
type: STRING
name: "scope_string"
max_size: 63
}
field {
type: UINT8
name: "static_config_type"
label {
value: 0
label: "No static config"
}
label {
value: 1
label: "Static config IPv4"
}
label {
value: 1
label: "Static config IPv6"
}
range {
min: 0
max: 2
}
}
field {
type: IPV4
name: "static_broker_ipv4_address"
label {
value: 0
label: "No static broker IPv4 address"
}
}
field {
type: IPV6
name: "static_broker_ipv6_address"
label {
value: 0
label: "No static broker IPv6 address"
}
}
field {
type: UINT16
name: "static_broker_port"
label {
value: 0
label: "No static broker port"
}
}
}
get_sub_device_range: ROOT_DEVICE
set_request {
field {
type: UINT16
name: "scope_slot"
range {
min: 1
max: 65535
}
}
field {
type: STRING
name: "scope_string"
max_size: 63
}
field {
type: UINT8
name: "static_config_type"
label {
value: 0
label: "No static config"
}
label {
value: 1
label: "Static config IPv4"
}
label {
value: 1
label: "Static config IPv6"
}
range {
min: 0
max: 2
}
}
field {
type: IPV4
name: "static_broker_ipv4_address"
label {
value: 0
label: "No static broker IPv4 address"
}
}
field {
type: IPV6
name: "static_broker_ipv6_address"
label {
value: 0
label: "No static broker IPv6 address"
}
}
field {
type: UINT16
name: "static_broker_port"
label {
value: 0
label: "No static broker port"
}
}
}
set_response {
}
set_sub_device_range: ROOT_DEVICE
}
pid {
name: "SEARCH_DOMAIN"
value: 2049
Expand All @@ -4172,58 +4036,6 @@ pid {
}
set_sub_device_range: ROOT_DEVICE
}
pid {
name: "TCP_COMMS_STATUS"
value: 2050
get_request {
}
get_response {
field {
type: GROUP
name: "comms_statuses"
field {
type: STRING
name: "scope_string"
max_size: 63
}
field {
type: IPV4
name: "broker_ipv4_address"
label {
value: 0
label: "No IPv4 Connection"
}
}
field {
type: IPV6
name: "broker_ipv6_address"
label {
value: 0
label: "No IPv6 Connection"
}
}
field {
type: UINT16
name: "broker_port"
}
field {
type: UINT16
name: "unhealthy_tcp_events"
}
}
}
get_sub_device_range: ROOT_DEVICE
set_request {
field {
type: STRING
name: "scope_string"
max_size: 63
}
}
set_response {
}
set_sub_device_range: ROOT_DEVICE
}
pid {
name: "BROKER_STATUS"
value: 2051
Expand Down

0 comments on commit 7686be6

Please sign in to comment.