mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 16:41:53 +00:00
finish base implementation of requester ip filtering within a url item.
not tested
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package com.bwssystems.HABridge.api;
|
||||
|
||||
public class CallItem {
|
||||
private String type;
|
||||
private String requesterAddress;
|
||||
private String item;
|
||||
private Integer count;
|
||||
private Integer delay;
|
||||
private String type;
|
||||
private String requesterAddress;
|
||||
|
||||
public String getType() {
|
||||
return type;
|
||||
|
||||
Reference in New Issue
Block a user