First Commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head lang="en">
|
||||
<title>OctoPrint Connection</title>
|
||||
<meta charset="utf-8" />
|
||||
<script src="https://sdpi-components.dev/releases/v4/sdpi-components.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<sdpi-item label="Host">
|
||||
<sdpi-textfield setting="host" placeholder="http://octopi.local"></sdpi-textfield>
|
||||
</sdpi-item>
|
||||
|
||||
<sdpi-item label="Port">
|
||||
<sdpi-textfield setting="port" placeholder="80"></sdpi-textfield>
|
||||
</sdpi-item>
|
||||
|
||||
<sdpi-item label="API Key">
|
||||
<sdpi-textfield setting="apiKey" placeholder="Paste your OctoPrint API key"></sdpi-textfield>
|
||||
</sdpi-item>
|
||||
|
||||
<sdpi-item label="Show Temp in Status">
|
||||
<sdpi-checkbox setting="showTemperature">Show temperatures on Printer Status key</sdpi-checkbox>
|
||||
</sdpi-item>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user