Difference between revisions of "Devices.system.SetOut()"
Jump to navigation
Jump to search
(Založena nová stránka s textem „<big>Funkce sloužící k zapínání a vypínání zásuvky</big> '''Kategorie:''' Systemová funkce '''Kličova slova:''' zapnutí zásuvky, vypnutí z…“) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | Changes state of specified outlet. Supported firmware: 2.3.2+ |
+ | <i>nil</i> devices.system.SetOut{<u>config</u>} | ||
− | + | === Parameters === | |
+ | <i>table</i> <u>config</u> | ||
+ | * <i>number</i> <u>output</u> outlet to change (1 to 4) | ||
+ | * <i>boolean</i> <u>value</u> true = on, false = off | ||
− | + | === Return value === | |
+ | nil | ||
− | + | === Usage === | |
+ | -- turns outlet No.1 on | ||
+ | devices.system.SetOut{output=1,value=true} | ||
− | + | __NOTOC__ | |
− | + | {{lowercase}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 19:23, 14 April 2017
Changes state of specified outlet. Supported firmware: 2.3.2+
nil devices.system.SetOut{config}
Parameters
table config
- number output outlet to change (1 to 4)
- boolean value true = on, false = off
Return value
nil
Usage
-- turns outlet No.1 on devices.system.SetOut{output=1,value=true}