XMLRPC (HA) sync: add optional services attribute

pull/322/head
Ad Schellevis 3 years ago
parent 4f7464de5b
commit 334e1bdd82

@ -246,6 +246,7 @@ A simple example to expose the configuration section Myplugin within the OPNsens
'description' => gettext('My Plugin'),
'section' => 'OPNsense.Myplugin',
'id' => 'myplugin',
'services' => 'myplugin', // optional, in case a service with the same name exists
);
return $result;
}

Loading…
Cancel
Save