Exemple #1
0
 def SaveXml(self, p_xml):
     (l_xml, l_count) = irrigationXml.write_irrigation_xml(self.m_pyhouse_obj.House.Irrigation)
     p_xml.append(l_xml)
     LOG.info("Saved {} Irrigation XML.".format(l_count))
     return p_xml
Exemple #2
0
 def SaveXml(self, p_xml):
     (l_xml, l_count) = irrigationXml.write_irrigation_xml(self.m_pyhouse_obj.House.Irrigation)
     p_xml.append(l_xml)
     LOG.info("Saved {} Irrigation XML.".format(l_count))
     return p_xml