Skip to content

Commit

Permalink
added checks for setup a new install if not all parameters and device…
Browse files Browse the repository at this point in the history
…s are set.

added checks for setup a new install if not all parameters and devices are set.
  • Loading branch information
kw123 committed Dec 1, 2023
1 parent 7f5860f commit 25b4e7b
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 157 deletions.
2 changes: 1 addition & 1 deletion uniFiAP.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>2022.42.389</string>
<string>2022.42.394</string>
<key>ServerApiVersion</key>
<string>3.0</string>
<key>IwsApiVersion</key>
Expand Down
14 changes: 9 additions & 5 deletions uniFiAP.indigoPlugin/Contents/Server Plugin/PluginConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,16 @@ Leave userid and password blank if you want to disable querying the controller</
</List>
</Field>

<Field id="enablecheckforUnifiSystemDevicesState" type="menu" visibleBindingId="unifiControllerType" visibleBindingValue="UDM,UDMPro,std,hosted" >
<Label>.. check for new unifi system devices:</Label>
<Field id="checkForNewUnifiSystemDevicesEvery" type="menu" visibleBindingId="unifiControllerType" visibleBindingValue="UDM,UDMPro,std,hosted" >
<Label>.. check for new unifi system devices every:</Label>
<List>
<Option value="off" >off</Option>
<Option value="ON" >ON</Option>
<Option value="0" >off</Option>
<Option value="2" >2 minutes</Option>
<Option value="5" >5 minutes</Option>
<Option value="10" >10 minutes</Option>
<Option value="15" >15 minutes</Option>
<Option value="20" >20 minutes</Option>
<Option value="25" >25 minutes</Option>
</List>
</Field>

Expand Down Expand Up @@ -750,7 +755,6 @@ in actions you can setup most of the config as as well as get snapshots
<Field id="debugConnectionRET" type="checkbox" visibleBindingId="debugOn" visibleBindingValue="true" > <Label>... (6.1) http connection to unifi devices show result:</Label> </Field>
<Field id="debugExpect" type="checkbox" visibleBindingId="debugOn" visibleBindingValue="true" > <Label>... (7) Expect command...:</Label> </Field>
<Field id="debugExpectRET" type="checkbox" visibleBindingId="debugOn" visibleBindingValue="true" > <Label>... (7.1) Expect command return strings:</Label> </Field>
<Field id="debugVideo" type="checkbox" visibleBindingId="debugOn" visibleBindingValue="true" > <Label>... (8) NVR system Video...:</Label> </Field>
<Field id="debugFing" type="checkbox" visibleBindingId="debugOn" visibleBindingValue="true" > <Label>... (9) Fing:</Label> </Field>
<Field id="debugBC" type="checkbox" visibleBindingId="debugOn" visibleBindingValue="true" > <Label>... (10) BroadCast:</Label> </Field>
<Field id="debugPing" type="checkbox" visibleBindingId="debugOn" visibleBindingValue="true" > <Label>... (11) Ping WOL:</Label> </Field>
Expand Down
Loading

0 comments on commit 25b4e7b

Please sign in to comment.