Update vendor-name and model name in S70otbr #144
|
@jnilo1 In S70otbr, the Thanks |
Replies: 2 comments 2 replies
Implemented — will land in v4.0.0
OTBR_VENDOR="Lidl"
OTBR_MODEL="Silvercrest"
case "$(cat /proc/device-tree/model 2>/dev/null)" in
*Sengled*) OTBR_VENDOR="Sengled"; OTBR_MODEL="Smart Hub G4" ;;
esac
...
--vendor-name "$OTBR_VENDOR" \
--model-name "$OTBR_MODEL" \Implementation note: it matches with a The values land in the mDNS Two open points:
This is in for v4.0.0, which is gated on the issue #99 field soak — so likely a week or two out. |
Adopted — the G4 will advertise
|
Adopted — the G4 will advertise
Sengled/E39-G8CTaking the bare model number, as on the unit's label: the vendor field already carries "Sengled", so the pair reads "Sengled E39-G8C". "G4" is gone.
That is in the tree now, and lands with v4.0.0.