mirror of https://github.com/m-labs/artiq.git
artiq_influxdb: controller (add ping())
This commit is contained in:
parent
7aacc04f0c
commit
9715f774ac
|
@ -208,6 +208,9 @@ class Filter:
|
|||
"""Show existing patterns."""
|
||||
return self.patterns
|
||||
|
||||
def ping(self):
|
||||
return True
|
||||
|
||||
|
||||
def main():
|
||||
args = get_argparser().parse_args()
|
||||
|
|
Loading…
Reference in New Issue