#!/usr/bin/env bash

# WildlifeSystems
#
# This script is part of the WildlifeSystems project. For further information
# please refer to https://docs.wildlife.systems, or for more information on
# the project itself, please refer to https://wildlife.systems.

set -u
set -o pipefail

JSON='{"sensor":null,"measures":null,"value":null,"unit":null,"node_id":null,"sensor_id":null,"sensor_name":null,"deployment_id":null,"timestamp":null,"config":null,"internal":false,"error":null}'
printf '%s\n' "$JSON"
