CurrentCostMQTT.server 1.1 KB

12345678910111213141516171819202122232425262728
  1. <oaf_info>
  2. <oaf_server iid="OAFIID:CurrentCostMQTT_Factory"
  3. type="exe"
  4. location="CurrentCostMQTT.py">
  5. <oaf_attribute name="repo_ids" type="stringv">
  6. <item value="IDL:Bonobo/GenericFactory:1.0"/>
  7. <item value="IDL:Bonobo/Unknown:1.0"/>
  8. </oaf_attribute>
  9. <oaf_attribute name="name" type="string" value="CurrentCost MQTT display"/>
  10. <oaf_attribute name="description" type="string" value="Display energy usage published over MQTT"/>
  11. </oaf_server>
  12. <oaf_server iid="OAFIID:CurrentCostMQTT"
  13. type="factory"
  14. location="OAFIID:CurrentCostMQTT_Factory">
  15. <oaf_attribute name="repo_ids" type="stringv">
  16. <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
  17. <item value="IDL:Bonobo/Control:1.0"/>
  18. <item value="IDL:Bonobo/Unknown:1.0"/>
  19. </oaf_attribute>
  20. <oaf_attribute name="name" type="string" value="CurrentCost MQTT display"/>
  21. <oaf_attribute name="description" type="string" value="Display energy usage published over MQTT"/>
  22. <oaf_attribute name="panel:category" type="string" value="Utility"/>
  23. <oaf_attribute name="panel:icon" type="string" value="currentcost.png"/>
  24. </oaf_server>
  25. </oaf_info>