Beispiel #1
0
    def RefreshStaticValues(self):
        logging.warning("[%d] RefreshStatic", self.n)
        c = (
            ch.STATIC_PROPERTY_QUERIES +
            ch.CommandVersionQueries(self.values.Classes()) +
            # This must be last as we use this as an indicator for the
            # NODE_STATE_INTERVIEWED
            [(z.ManufacturerSpecific_Get, {})])

        self.BatchCommandSubmitFilteredSlow(c)
Beispiel #2
0
 def RefreshStaticValues(self):
     logging.warning("[%d] RefreshStatic", self.n)
     c = (ch.STATIC_PROPERTY_QUERIES +
          ch.CommandVersionQueries(self.values.Classes()) +
          ch.STATIC_PROPERTY_QUERIES_LAST)
     self.BatchCommandSubmitFilteredSlow(c)
Beispiel #3
0
 def RefreshAllCommandVersions(self):
     self.BatchCommandSubmitFilteredSlow(
         ch.CommandVersionQueries(range(255)))