name property
Friendly name used to format message sent to mesh Example: A name "Motion" would result in a message "Motion detected" Maximum length of 20 characters
Implementation
@$pb.TagNumber(5)
$core.String get name => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set name($core.String value) => $_setString(4, value);