Class EventController
- java.lang.Object
-
- io.github.hapjava.server.impl.json.EventController
-
public class EventController extends Object
-
-
Constructor Summary
Constructors Constructor Description EventController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponsegetMessage(int accessoryId, int iid, EventableCharacteristic changed)HttpResponsegetMessage(ArrayList<PendingNotification> notifications)
-
-
-
Method Detail
-
getMessage
public HttpResponse getMessage(int accessoryId, int iid, EventableCharacteristic changed) throws Exception
- Throws:
Exception
-
getMessage
public HttpResponse getMessage(ArrayList<PendingNotification> notifications) throws Exception
- Throws:
Exception
-
-