added some testing stuff to json client; works!

This commit is contained in:
Johannes Findeisen 2013-10-21 02:03:43 +02:00
commit 877ece76a1

View file

@ -28,4 +28,7 @@ time1 = c.call.time()
# do something here ...
print "Time:", time1
print "Delta:", c.call.delta(time1)
print c.call.test()
print c.call.get_job_info_by_id("3bf60380")
print c.call.set_job_enabled("3bf60380", False)