Gets a ready to use Channels Action. @return ActionChannels
()
| 360 | * @return ActionChannels |
| 361 | */ |
| 362 | public ActionChannels channels() { |
| 363 | return (ActionChannels) setupAction(getVersion().builder().actionChannels()); |
| 364 | } |
| 365 | |
| 366 | /** |
| 367 | * Gets a ready to use Device States Action. |