1.0.0 • Published 6 years ago

aqara-gateway-faker v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago
Usage: aqara-gateway-faker json-string / json-file
  COMMAND:
    start
        start gateway service with json data
    stop
        stop gateway service
    exit
        exit
    get [sid]
        print current data
    set sid key=value [key=value]...
        set data to gateway
  ARGS:
    sid    device sid from json data
    key    device property from json data
  eg:
    aqara-gateway-faker ./sample.json
    > start
    > get
    ...
    > set xxxxxxx status=motion
    > set xxxxxxx illumination=500 rgb=3036676095
    ...