#8 Relais ein / ausschalten von Ocotprint aus
- Button Style auf default geändert - get_api_commands implementiert
This commit is contained in:
@ -32,20 +32,6 @@
|
||||
display:none;
|
||||
}
|
||||
|
||||
.mystromToggleButton {
|
||||
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
|
||||
display: block;
|
||||
height: 100%;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
background-color: #eb0000;
|
||||
}
|
||||
|
||||
#touch body #tabs #sidebar_plugin_mystromswitch_wrapper_link a:before, #touch body #navbar #all_touchui_settings #sidebar_plugin_mystromswitch_wrapper_link a:before,#touch body #tabs #sidebar_plugin_mystromswitch_wrapper_link2 a:before, #touch body #navbar #all_touchui_settings #sidebar_plugin_mystromswitch_wrapper_link2 a:before {
|
||||
content: "\f011";
|
||||
}
|
||||
|
@ -9,8 +9,6 @@ $(function() {
|
||||
self.mystromswitchEnabled = ko.observable();
|
||||
self.mystromswitchPowerValue = document.getElementById("mystromswitchPowerValue")
|
||||
|
||||
self.mystromToggleButton = document.getElementById("myStromRelaisToggleButton")
|
||||
|
||||
self.onToggleRelayEvent = function(){
|
||||
$.ajax({
|
||||
url: API_BASEURL + "plugin/mystromswitch",
|
||||
@ -22,7 +20,6 @@ $(function() {
|
||||
contentType: "application/json; charset=UTF-8"
|
||||
})
|
||||
}
|
||||
self.mystromToggleButton.addEventListener("click",self.onToggleRelayEvent)
|
||||
|
||||
self.onmystromswitchEvent = function() {
|
||||
if (self.mystromswitchEnabled()) {
|
||||
|
Reference in New Issue
Block a user