You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

data_0_1_5.sql 435B

12345
  1. --
  2. -- Data for Name: command_types; Type: TABLE DATA; Schema: public; Owner: dev
  3. --
  4. INSERT INTO sensor_types VALUES (6, 'HTTP request', 'App\Http\Business\Sensors\HttpRequestSensor', '{"Url": "http://127.0.0.1/sensor", "Method": "POST", "Options": {"headers": {"X-Custom-Header": "value", "Content-Type": "application/json"}, "body": "{\"some\": \"JSON content\"}"}, "Mapping": {"Values": {"ON": 1, "OFF": 0}, "ValuesDefault": 0}}');