Skip to content
Snippets Groups Projects
Commit eacb1965 authored by kasperlauge's avatar kasperlauge
Browse files

debug messages

parent 4b59a03b
No related branches found
No related tags found
1 merge request!1Swagger improvements
......@@ -29,6 +29,8 @@ export class LedPresentationComponent implements OnInit {
}
onValueChange(currentValue: string, id: number) {
console.log(id);
console.log(currentValue);
if (currentValue === "1") {
this.setOff(id);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment