Files
stock-logistics-warehouse/stock_measuring_device_zippcube/scripts/measurement.sh
Alexandre Fayolle db6e0e5142 [ADD] stock_measuring_device_zippcube
support for Bosche Zippcube measuring devices
2021-09-14 21:11:55 +07:00

7 lines
273 B
Bash
Executable File

#!/bin/bash
curl --header "Content-Type: application/json" \
--request POST \
--data '{"secret": "abcdefg", "barcode":"xyz", "weight": "12,3", "length": "123,1", "width": "456,5", "height": "789,2"}' \
http://localhost:8069/stock/zippcube/${DEVICE_NAME}/measurement