This website requires JavaScript.
Explore
Help
Sign In
ETM-Schurig
/
nymea
mirror of
https://github.com/nymea/nymea.git
Watch
1
Star
0
Fork
You've already forked nymea
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
efcecb0dd1
nymea
/
tests
/
getsupporteddevices.sh
4 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
(
echo
'{"id":1, "method":"Devices.GetSupportedDevices"}'
;
sleep 1
)
|
nc localhost
1234
Reference in New Issue
View Git Blame
Copy Permalink