if (status.equals("0")) {
event.addProperty("isOn", "false");
event.addProperty("valueLine", status);
} else {
event.addProperty("isOn", "true");
event.addProperty("valueLine", status);
}
}
//others additional optional info
//event.addProperty("status", status);