Error: input does not match any value of profile
brsnik opened this issue · 1 comments
brsnik commented
I get Error input does not match any value of profile
when trying to add a new Hotspot user:
$object = $util->setMenu('/ip hotspot user')->add(
array(
'name' => $u_name,
'password'=> $u_pass,
'profile' => 'priorityLOW',
)
);
What does it mean/how do can it be fixed?
inan-echs commented
what was the fix for this???