EdgeX-API doc
  • EdgeX Foundry Background
  • Getting Started
    • Install
    • UI Console
      • V1.0
      • V1.1
    • Experiencing EdgeX
  • Edge to Cloud
    • Azure
    • AWS
    • Aliyun
  • Edge to Edge
    • MQTT Export Service
    • MQTT Import Service
    • Grafana Dashboard Connection
  • Industrial SDK Setup
  • Device Connection
    • Configuration
    • Programming Basics
    • EdgeX Version
    • Platform
      • System Information
      • RF
    • Cold Chain
      • G1 Sensor
      • Gateway
    • Printer
    • Scanner SDK
    • Battery
    • IP Camera
    • SNMP
    • Modbus
    • Medical Cart
  • Advanced Services APIs
    • EdgeX Service Layers
    • Core Data Service APIs
    • Meta Data Service APIs
    • Command Service APIs
    • Alarm Service APIs
  • Edge AI
    • Face Detection
    • Facial Recognition
  • Edge to WISE-PaaS
    • Smart Pump Station Solution
    • Cloud Cold Chain Solution
    • Integration with WISE-PaaS
  • Edge to Cloud(for Delhi only)
    • Azure
    • AWS
  • Retail Utility
    • OPOS Manager
  • Medical Utility
    • AMiS Link
  • Vertical Utility
    • Self-Diagnostics
    • System Diagnostics
    • DeviceChecking / Kiosk
    • DeviceChecking / Server
    • Device Diagnostic Dashboard
    • Windows Lockdown/ Kiosk
    • Retail System Manager
    • Scanner Utility
  • Application Cases
    • Smart Warehouse
    • Smart Kiosk
    • Demo Video
Powered by GitBook
On this page
  • Content
  • Device and command supported
  • System Requirements
  • Command List
  • Service-Information
  • Bluetooth
  • LTE

Was this helpful?

  1. Device Connection
  2. Platform

RF

Content

  • Device and command supported

  • Command List

Device and command supported

Please refer to the device service configuration and programming in the previous sections first. Retail Service is an EdgeX device service and gets Peripheral information.

System Requirements

Operating system:

  • Windows 10 x86/x64

Hardware:

  • Bluetooth Module

  • LTE Module (Sierra Wireless WP7304, WP7607)

Command List

Service-Information

version (GET)

Get the Service version

Restful API : http://RFinfo-IP:50001/api/v1/device/name/Service-Information/version

Bluetooth

GetBTRadioInfo (GET)

Get the Bluetooth Radio Info

Restful API : http://RFinfo-IP:50001/api/v1/device/name/RF-Bluetooth/GetBTRadioInfo

JSON Decode

GetBTDeviceinfo (GET)

Get the Bluetooth Device Info

Restful API : http://RFinfo-IP:50001/api/v1/device/name/RF-Bluetooth/GetBTDeviceinfo

JSON Decode

LTE

GetLTEWorkingStatus (GET)

Get the LTE Working Status

Restful API : http://RFinfo-IP:50001/api/v1/device/name/RF-LTE/GetLTEWorkingStatus

Return Code List

GetLTEinfo (GET)

Get the LTE Info

Restful API : http://RFinfo-IP:50001/api/v1/device/name/RF-LTE/GetLTEinfo

JSON Decode

Description

PreviousSystem InformationNextCold Chain

Last updated 3 years ago

Was this helpful?