Allow parent device to pair to child via IP Address and port
If mDNS fails to locate the child device, allow the parent device to enter an IP address and port to connect.
This commit is contained in:
@@ -24,9 +24,14 @@
|
||||
<string name="portTitle">Port:</string>
|
||||
<string name="addressDescription">Address and port that parent must pair to</string>
|
||||
<string name="wifiNotConnected">Not connected to a Wi-Fi network</string>
|
||||
<string name="parentPairInstructions">Enter the IP Address and port of a child and click Connect, or choose a child from the list below</string>
|
||||
<string name="enterAddressInstructions">Enter the IP Address and port of a child and click Connect</string>
|
||||
<string name="connect">Connect</string>
|
||||
<string name="exampleAddress">192.168.1.2</string>
|
||||
<string name="examplePort">10000</string>
|
||||
<string name="invalidPort">Either no port was entered or it is invalid</string>
|
||||
<string name="invalidAddress">The address field needs to be filled out</string>
|
||||
<string name="discoverChild">Discover Child on Network</string>
|
||||
<string name="discoverChildDescription">Select child from a list of discovered children on the network</string>
|
||||
<string name="enterChildAddress">Select Child by Address</string>
|
||||
<string name="enterChildAddressDescription">Enter the address and port of the child</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user