This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
if __name__ == '__main__': | |
desc = ''' | |
An example of how to use argparse | |
./CMD SUBCOMMAND [options...] | |
SUB COMMANDS: | |
record |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#temp | humid | on:1,off:0 | |
---|---|---|---|
29 | 80 | 1 | |
24 | 90 | 1 | |
29 | 40 | 0 | |
32 | 10 | 1 | |
36 | 70 | 1 | |
33 | 20 | 1 | |
15 | 40 | 0 | |
24 | 70 | 0 | |
23 | 40 | 0 |
NewerOlder