pear2/Net_RouterOS

Error: input does not match any value of profile

brsnik opened this issue · 1 comments

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?

what was the fix for this???