Skip to main content
Version: 1.0

Shelly Bluetooth Low Energy Gateway

The following components are available:

BluGw

The BluGw component handles device-specific settings.

Methods

BluGw.SetConfig

Properties:

PropertyTypeDescription

config

object

Configuration that the method takes

Find more about the config properties in config section

BluGw.GetConfig

Find more about the config properties in config section

BluGw.GetStatus

The BluGw component does not own any status properties.

Configuration

PropertyTypeDescription

sys_led_enable

boolean

Enable or disable system LED.

info

The system LED lights up for 3 seconds to reflect network status changes even when sys_led_enable is set to false.

Examples

BluGw.GetStatus example

http://192.168.33.1/rpc/BluGw.GetStatus

Response

{}

BluGw.GetConfig example

http://192.168.33.1/rpc/BluGw.GetConfig

Response

{
"sys_led_enable": true
}

BluGw.SetConfig example

http://192.168.33.1/rpc/BluGw.SetConfig?config={"sys_led_enable":false}

Response

{
"restart_required": false
}