bluerobotics / bluerobotics/ping-viewer-next
Add Ping360 Ethernet settings on UI
Open
- Dominant language
- Vue
- Stars
- 3
- Forks
- 10
- Avg merge
- 19h 54m
- Merged PRs (30d)
- 7
Description
It is already available on API using:
curl -X 'POST' \
'http://192.168.1.241:6060/device_manager/request' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"command": "ModifyDevice",
"module": "DeviceManager",
"payload": {
"modify": {
"SetIp": "0.0.0.0"
},
"uuid": "00000000-0000-0000-c82c-5029143af4e9"
}
}'
need to check:
*device list after chances
*UUID break
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.