Packages

Interact with TP-Link/Kasa devices via the cloud or local network.

Current section

Files

Jump to
tp_link lib tp_link device.ex
Raw

lib/tp_link/device.ex

defprotocol TpLink.Device do
# Protocol for implementing different ways to interface with devices, such as via the cloud or
# local network
@moduledoc false
def call(device, command)
end