gr-lora/grc/lora_message_mongodb_sink.b...

37 wiersze
628 B
YAML

# auto-generated by grc.converter
id: lora_message_mongodb_sink
label: Message MongoDB Sink
category: '[LoRa]'
parameters:
- id: ip
label: IP Address
dtype: string
default: 127.0.0.1
- id: port
label: Port
dtype: int
default: 27017
- id: db
label: Database
dtype: string
default: lora
- id: collection
label: Collection
dtype: string
default: chirps
- id: tag
label: Tag
dtype: string
inputs:
- domain: message
id: in
templates:
imports: import lora
make: lora.message_mongodb_sink(${ip}, ${port}, ${db}, ${collection}, ${tag})
file_format: 1