Skip to content

Instantly share code, notes, and snippets.

@avidit
Created October 1, 2018 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avidit/c2a01e4d23fcde5da0bd33d28b7a2f5d to your computer and use it in GitHub Desktop.
Save avidit/c2a01e4d23fcde5da0bd33d28b7a2f5d to your computer and use it in GitHub Desktop.
# Aeotec Z-Stick Disco Light
# disable disco light
echo -e -n "\x01\x08\x00\xF2\x51\x01\x01\x05\x01\x50" > /dev/serial/by-id/usb-0658_0200-if00
# enable disco light
echo -e -n "\x01\x08\x00\xF2\x51\x01\x00\x05\x01\x51" > /dev/serial/by-id/usb-0658_0200-if00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment