Script execution

This commit is contained in:
2020-01-22 14:27:20 +01:00
parent 45c9f009fc
commit cb2af717e7

View File

@@ -3,7 +3,7 @@
class TestDev(DeviceBase):
def doSomething(self):
self.setCache("VALUE", -1)
self.setCache("VALUE")
dev = TestDev("Test")