Line 588: |
Line 588: |
| *'z' - WS2812B -șir | | *'z' - WS2812B -șir |
| | | |
− | *'e' - led-button inverse | + | *'e' - buton-led invers |
− | *'d' - led-button | + | *'d' - buton-led |
− | *'c' - button inverse | + | *'c' - buton invers |
− | *'b' - button | + | *'b' - buton |
− | *'s' - switch | + | *'s' - comutator |
− | *'k' - contact inverse | + | *'k' - contact invers |
| *'h' - contact | | *'h' - contact |
− | *'l' - leak | + | *'l' - scurgere |
| *'n' - Neptun | | *'n' - Neptun |
− | *'v' - motion inverse | + | *'v' - mișcare inversă |
− | *'m' - motion | + | *'m' - mișcare |
− | *'r' - thermo-resistor | + | *'r' - termorezistor |
| *'t' - DALLAS | | *'t' - DALLAS |
− | *'-' - none | + | *'-' - nici unul |
− | Example: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK'
| + | Exemplu: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK' |
| |- | | |- |
− | |hw||string||98||-||hw="...", where | + | |hw||string||98||-||hw="...", Unde |
− | *pwm_invert – PWM inverting [1, 0]; | + | *pwm_invert – inversare PWM [1, 0]; |
− | *lbn_bright – brightness of led buttons, range (0 - 255); | + | *lbn_bright – luminozitatea butoanelor led, interval (0 - 255); |
− | *f – by default PWM frequency is 1000, range (1 - 5000). | + | *f – în mod implicit frecvența PWM este 1000, interval (1 - 5000). |
− | Example:
| + | Exemplu: |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| hw="io='4---zdd----t--' pwm_invert=1 lbn_bright=255 f=1000" | | hw="io='4---zdd----t--' pwm_invert=1 lbn_bright=255 f=1000" |
| </syntaxhighlight> | | </syntaxhighlight> |
| |- | | |- |
− | |colspan="3"|'''Only for Metaforsa 3.plus''' | + | |colspan="3"|'''Numai pentru Metaforsa 3.plus''' |
| |- | | |- |
− | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', where | + | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', Unde |
| *SPEED – baud rate [1200..115200]; | | *SPEED – baud rate [1200..115200]; |
− | *B – data length [7,8]; | + | *B – lungimea datelor [7,8]; |
− | *P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)]; | + | *P – prezența și tipul bitului de paritate [N(Fără paritate),E(paritate pară),O(paritate impară)]; |
− | *S – stop bit length [1, 1.5 or 2]. | + | *S – lungimea bitului de oprire [1, 1,5 sau 2]. |
− | Example:
| + | Exemplu: |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| hw="cfg='9600/8N1'" | | hw="cfg='9600/8N1'" |
| </syntaxhighlight> | | </syntaxhighlight> |
| |- | | |- |
− | |[Protocol]||string||98||—||Protocol setting is described by protocol parameter. The following | + | |[Protocol]||string||98||—||Setarea protocolului este descrisă de parametrul protocolului. Următoarele |
− | protocols are supported:
| + | protocoalele sunt acceptate: |
− | *'modbus', Modbus protocol, at the end of redirection the checksum CRC16(Modbus) is added; | + | *'modbus', protocol Modbus, la sfârșitul redirecționării se adaugă suma de control CRC16(Modbus); |
− | *'dmx', DMX protocol; | + | *'dmx', protocol DMX; |
− | *'CO2' for connecting Larnitech CO2 sensors; | + | *'CO2' pentru conectarea senzorilor de CO2 Larnitech; |
− | *'salda' for connecting Salda ventilation. | + | *'salda' pentru conectarea ventilației Salda. |
− | Example:
| + | Exemplu: |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| hw="cfg='9600/8N1' modbus" | | hw="cfg='9600/8N1' modbus" |
| </syntaxhighlight> | | </syntaxhighlight> |
| |- | | |- |
− | |echo||on; off||98||'off'||For settings check out and testing echo parameter can be used. Module | + | |echo||on; off||98||'off'||Pentru setări verificați și testați parametrul ecou poate fi utilizat. Modul |
− | echo-reply can be turned on or off with the help of this parameter.Echo parameter value: | + | echo-reply poate fi activat sau dezactivat cu ajutorul acestui parametru. Valoarea parametrului Echo: |
| *'off' | | *'off' |
− | *'on' | + | *'pe' |
− | Example:
| + | Exemplu: |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| hw="cfg='9600/8N1' echo='off'" | | hw="cfg='9600/8N1' echo='off'" |