3agv2004 / domoticaOS

Automatically exported from code.google.com/p/souliss
0 stars 0 forks source link

Add T1A in SoulissApp #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In branch T1A of default repository a new typical has been added. The T1A is a 
single byte logic that represent 8 digital inputs.

For each slot that contains T1A 8 inputs states (as T13) have to be shown in 
SoulissApp, the state of those can be retrieved using an AND bit-wise operation 
on the slot.

T1A :
Input 0 = slot & 0x01
Input 1 = slot & 0x02
Input 2 = slot & 0x04
Input 3 = slot & 0x08
Input 4 = slot & 0x10
Input 5 = slot & 0x20
Input 6 = slot & 0x40
Input 7 = slot & 0x80

Original issue reported on code.google.com by dario.di...@souliss.net on 11 Nov 2014 at 7:48

GoogleCodeExporter commented 9 years ago

Original comment by shineangelic on 1 Dec 2014 at 10:24

GoogleCodeExporter commented 9 years ago
Added in version 1.3.2
No commands nor detail, just a rack of colored squares

Original comment by shineangelic on 18 Dec 2014 at 10:56