removeFavoriteNode property

  1. @TagNumber(40)
int get removeFavoriteNode

Set specified node-num to be un-favorited on the NodeDB on the device

Implementation

@$pb.TagNumber(40)
$core.int get removeFavoriteNode => $_getIZ(34);
  1. @TagNumber(40)
set removeFavoriteNode (int value)

Implementation

@$pb.TagNumber(40)
set removeFavoriteNode($core.int value) => $_setUnsignedInt32(34, value);