diff --git a/html/admin.html b/html/admin.html index d795cb6..1d109d8 100755 --- a/html/admin.html +++ b/html/admin.html @@ -69,6 +69,11 @@ +
+ + +
+
@@ -248,6 +253,10 @@ window.onload = function() { const deviceID = response.deviceID.trim().toUpperCase(); const device_ID = document.getElementById("device_ID"); device_ID.value = response.deviceID.toUpperCase(); + //modem_version + const modem_version = document.getElementById("modem_version"); + modem_version.value = response.modem_version; + //nextPM send 5 channels const checkbox_nmp5channels = document.getElementById("check_NPM_5channels"); checkbox_nmp5channels.checked = response.npm_5channel;