* This PR brings in the Shelly Manager, check doc/ShellyManager.md for additional information. * Restart Device in Manager when CoIoT Mode has changed * Updated pattern to extract version info (thanks @fwolter), CoIoT warning for non-Motion devices fixed; AdvancedUsers.md now refers to Shelly Manager * Modified message when beta is detected (reference to 1.5.7 release build confuses users running 1.10 beta) * Fix for Enable/Disable AP roaming * Handle button events also in detached mode, README updated * Ignore inconsistent version string for initial 1.10 releases * removed display of firmware id (there are various formats and it has no value) Signed-off-by: Markus Michels <markus7017@gmail.com>
61 lines
2.4 KiB
HTML
61 lines
2.4 KiB
HTML
<div class="navigation">
|
|
<table><tr><td>
|
|
Device Filter
|
|
<select name="thingFilter" id="thingFilter" onchange="location = '${uri}/overview?filter='+this.options[this.selectedIndex].value;">
|
|
<option value="" selected disabled>select</option>
|
|
<option value="*">All</option>
|
|
<option value="online">Online only</option>
|
|
<option value="inactive">Inactive only</option>
|
|
<option value="attention">Needs Attention</option>
|
|
<option value="update">Update available</option>
|
|
<option value="unprotected">Unprotected</option>
|
|
</select>
|
|
<a href="${uri}/overview?action=refresh">
|
|
<img src="${uri}/images/refresh.png" class="navRefIcon" title="Refresh Status for all Devices"/>
|
|
</a>
|
|
<a href="${uri}/overview?action=reset_stat">
|
|
<img src="${uri}/images/resetstat.png" class="navRefIcon" title="Reset Statistics for all Devices"/>
|
|
</a>
|
|
<a href="${uri}/overview?action=otacheck">
|
|
<img src="${uri}/images/otacheck.png" class="navRefIcon" title="Trigger Firmware Check for all Devices"/>
|
|
</a>
|
|
</td></tr></table>
|
|
</div>
|
|
|
|
<div class="overview">
|
|
<hr/>
|
|
<br/>
|
|
|
|
<table class="devTable">
|
|
<tbody>
|
|
<tr>
|
|
<th>S</th>
|
|
<th align="left">Name</th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th align="left">Device IP</th>
|
|
<th align="left">WiFi Network</th>
|
|
<th colspan = "2">WiFi Signal</th>
|
|
<th>Battery Level</th>
|
|
<th align="left">Heartbeat</th>
|
|
<th>Actions</th>
|
|
<th align="left">Firmware</th>
|
|
<th>Update avail</th>
|
|
<th align="left">Versions</th>
|
|
<th>Uptime</th>
|
|
<th>Internal Temp</th>
|
|
<th>Update Period</th>
|
|
<th>Remaining Watchdog</th>
|
|
<th>Events</th>
|
|
<th>Last Event</th>
|
|
<th>Event Time</th>
|
|
<th>Device Restarts</th>
|
|
<th>Timeout Errors</th>
|
|
<th>Timeouts Recovered</th>
|
|
<th>CoIOT Messages</th>
|
|
<th>CoIOT Errors</th>
|
|
</tr>
|