PluginFlyvemdmNotifiable - btry/glpi-plugin GitHub Wiki
- Interface name: PluginFlyvemdmNotifiable
- Namespace:
- This is an interface
mixed PluginFlyvemdmNotifiable::getTopic()
Gets the topic related to the notifiable
- Visibility: public
array PluginFlyvemdmNotifiable::getAgents()
get the agents related to the notifiable
- Visibility: public
\PluginFlyvemdmFleet PluginFlyvemdmNotifiable::getFleet()
get the fleet attached to the notifiable
- Visibility: public
array PluginFlyvemdmNotifiable::getPackages()
get the applications related to the notifiable
- Visibility: public
array PluginFlyvemdmNotifiable::getFiles()
get the files related to the notifiable
- Visibility: public
mixed PluginFlyvemdmNotifiable::notify(string $topic, string $mqttMessage, \number $qos, \number $retain)
Send a MQTT message
- Visibility: public
- $topic string
- $mqttMessage string
- $qos number
- $retain number