First softkey implementation

Added config and API
Added Thread and signal
This commit is contained in:
Lucio Maranta
2018-03-06 17:58:02 +01:00
parent 6db3b6d328
commit 6332ed9732
22 changed files with 528 additions and 53 deletions
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<softKey>
<active>true</active>
<category>1</category>
<plcId>1</plcId>
<localizedNames>
<lang langKey="en">Test</lang>
<lang langKey="it">Ita</lang>
</localizedNames>
</softKey>
<group>
<active>true</active>
<category>1</category>
<localizedNames>
<lang langKey="en">Test</lang>
<lang langKey="it">Ita</lang>
</localizedNames>
<plcKeys>
<plcKey plcId="1"> 1 </plcKey>
<plcKey plcId="2"> 1 </plcKey>
</plcKeys>
</group>
<group>
<active>false</active>
<category>2</category>
<localizedNames>
<lang langKey="en">Test</lang>
<lang langKey="it">Ita</lang>
</localizedNames>
<plcKeys>
<plcKey plcId="1"> 1 </plcKey>
<plcKey plcId="2"> 1 </plcKey>
</plcKeys>
</group>
<group>
<active>true</active>
<category>2</category>
<localizedNames>
<lang langKey="en">Test</lang>
<lang langKey="it">Ita</lang>
</localizedNames>
<plcKeys>
<plcKey plcId="1"> 1 </plcKey>
<plcKey plcId="2"> 1 </plcKey>
</plcKeys>
</group>
<softKey>
<active>true</active>
<category>1</category>
<plcId>1</plcId>
<localizedNames>
<lang langKey="en">Test</lang>
<lang langKey="it">Ita</lang>
</localizedNames>
</softKey>
</root>