Show device information.
(self, *arg)
| 281 | |
| 282 | # ------------------------[ id ]-------------------------------------- |
| 283 | def do_id(self, *arg): |
| 284 | "Show device information." |
| 285 | output().info(self.cmd('product print')) |
| 286 | |
| 287 | # ------------------------[ version ]--------------------------------- |
| 288 | def do_version(self, *arg): |