Files
project16/refs/batch/featureList.txt
Sapoleone cfaafcffa6 Add initial project structure and configurations
- Set up project directories including app structure.
- Add IntelliJ IDEA project files and configurations.
- Implement basic PHP router for request handling.
- Provide reference files for features, IPs, and documentation.
- Include license and copyright files.
2025-09-23 23:56:22 +02:00

21 lines
1.2 KiB
Plaintext

+-----------------------------------------------------------+
| |
| Available Features |
| |
+----+--------------------------+---------------------------+
| No | Name | Args |
+----+--------------------------+---------------------------+
| 1 | Start App | Num of apps, App names |
| 2 | Screen Lock | |
| 3 | User Login | Username, Password |
| 4 | User Logoff | |
| 5 | Reboot | |
| 6 | Power Down | |
| 7 | Text Message | Message |
+----+--------------------------+---------------------------+
| 8 | Demo Server | DemoToken |
| 9 | Demo Client (Fullscreen) | DemoToken, DemoServer |
| 10 | Demo Client (Window) | DemoToken, DemoServer |
+----+--------------------------+---------------------------+