remove_beacon

ビーコンをビーコンのモニタリング・セットから削除します。

書式

emcli remove_beacon
      -name=<target_name>
      -type=<target_type>
      -bcnName=<beacon_name>

[ ]  indicates that the parameter is optional

オプション

  • name

    サービス・ターゲット名。

  • type

    サービス・ターゲット・タイプ。

  • bcnName

    削除するビーコン名。

この例では、タイプがgeneric_serviceのMyTargetサービス・ターゲットからMyBeaconを削除します。

emcli remove_beacon -name='MyTarget' -type='generic_service'
      -bcnName='MyBeacon'