static bool_ isValidThingName()

in source/jobs.c [164:169]


static bool_ isValidThingName( const char * thingName,
                               uint16_t thingNameLength )
{
    return isValidID( thingName, thingNameLength,
                      THINGNAME_MAX_LENGTH, true );
}