wifiPsk property
If set, will be use to authenticate to the named wifi
Implementation
@$pb.TagNumber(4)
$core.String get wifiPsk => $_getSZ(2);
Implementation
@$pb.TagNumber(4)
set wifiPsk($core.String value) => $_setString(2, value);
If set, will be use to authenticate to the named wifi
@$pb.TagNumber(4)
$core.String get wifiPsk => $_getSZ(2);
@$pb.TagNumber(4)
set wifiPsk($core.String value) => $_setString(2, value);