You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can deploy the PIIR tool to any live system. Either you can compile the sourced code directly on the live system as explained above or you can compile it on another development system and then move the execution file to your live system.
87
+
88
+
## How to use
89
+
90
+
You kan get command line help running:
91
+
```
92
+
piir --help
93
+
```
94
+
95
+
Output will be like:
96
+
```
97
+
Available configuration files in /home/pi/piir/conf/remotes/:
98
+
hvac_panasonic
99
+
...
100
+
Available configuration files in /usr/local/share/piir/conf/remotes/:
piir --remote hvac_panasonic --feature temperature=21
183
+
piir --remote tv_sony --feature action=TURN_ON
184
+
```
73
185
74
-
Either you can compile the sourced code directly on the live system as explained above or you can compile it on another development system and then move the execution file to your live system.
0 commit comments