Skip to content

Commit ba6edcd

Browse files
authored
openHAB - Use https and include doc url (#1766)
* Update openhab.json * Update openhab.sh
1 parent de80e95 commit ba6edcd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ct/openhab.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ description
4545

4646
msg_ok "Completed Successfully!\n"
4747
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
48-
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
49-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL} or ${TAB}${GATEWAY}${BGN}https://${IP}:8443${CL}"
48+
echo -e "${INFO}${YW} Access it using one of the following URLs:${CL}"
49+
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:8443${CL}"
50+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"

json/openhab.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"type": "ct",
99
"updateable": false,
1010
"privileged": false,
11-
"interface_port": 8080,
12-
"documentation": null,
11+
"interface_port": 8443,
12+
"documentation": "https://www.openhab.org/docs/",
1313
"website": "https://www.openhab.org/",
1414
"logo": "https://www.coxprod.org/domotique/wp-content/uploads/2019/01/openhab-logo-square.png",
1515
"description": "openHAB is a popular open-source home automation platform that provides a vendor and technology agnostic solution for integrating and automating various smart home devices and services. It supports a wide range of devices and protocols, making it easy to bring together different systems and devices into a unified smart home ecosystem. With its user-friendly interface and powerful automation capabilities, openHAB makes it easy to create custom automations and monitor and control your smart home devices and systems, all from a single interface.",
@@ -31,4 +31,4 @@
3131
"password": null
3232
},
3333
"notes": []
34-
}
34+
}

0 commit comments

Comments
 (0)