@directory.register
class BF5R(H777Radio):
VENDOR = "Baofeng"
MODEL = "BF-5R"
ALIASES = []
VALID_BANDS = (400000000, 470000000)
_has_fm = False
_has_sidekey = False
_has_scanmodes = False
_has_scramble = False
POWER_LEVELS = [chirp_common.PowerLevel("Low", watts=3.00),
chirp_common.PowerLevel("High", watts=5.00)]
@classmethod
def match_model(cls, filedata, filename):
# This model is only ever matched via metadata
return False