invalidDeviceNameMsg top-level constant

String const invalidDeviceNameMsg

Implementation

const String invalidDeviceNameMsg =
    'Device name must only contain alphanumeric characters, "-", or "_"'
    'and may not start with "-". Maximum length of 36 characters.';