XMLRPC (HA) sync: add optional services attribute

This commit is contained in:
Ad Schellevis 2021-03-24 14:01:39 +01:00
parent 4f7464de5b
commit 334e1bdd82

View file

@ -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;
}