Files
dashboard/src/Nodes/Air.elm

9 lines
245 B
Elm
Raw Normal View History

2020-11-26 15:14:12 +03:00
module Nodes.Air exposing (..)
import Air exposing (Air)
import AirScripts.CallPeers
air : String -> String -> List String -> Air
air peerId relayId peers =
AirScripts.CallPeers.air peerId relayId ("peer_identity", "op", "identify") peers