Search found 1 match

by jonle
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Lua: The "methods()" function
Replies: 1
Views: 7473

Lua: The "methods()" function

When I write my lua scripts I find it hard to know what methods are available for a certain device. It seems like the 'methods()' could help me, so I tried local deviceManager = require "telldus.DeviceManager" local device = deviceManager:findByName("doorbell") print(device:metho...