EnableDisableGuestNetworkCommand

说明

启用或停用访客网络。

字段

类型 说明
devices [设备]

支持执行网络特定操作的设备。

必需

变量。

enable Bool

true 表示启用访客网络,false 表示停用访客网络。

必需

变量。

示例

actions:
- type: device.command.EnableDisableGuestNetwork
  devices: My Device - Room Name
  enable: true