Page 1 of 1

[ANSWERED]Can client requests to WebServer be hidden from

PostPosted: Tue Jan 20, 2015 3:20 pm
by mikeL
I am using Indigo’s RESTful API to set Indigo variables from an ethernet client running on an Arduino. The Arduino is connected to a “trapline” of mouse traps and reports the traps' status in real time.

The Indigo event log shows each request from the client. For example:
Code: Select all
Jan 20, 2015, 1:56:12 PM
  WebServer                       request to set variable "mausStartup" value to "true" from 10.0.1.203
  Trigger                         MAUS startup
  WebServer                       request to set variable "mausVersion" value to "2.0.g" from 10.0.1.203
  WebServer                       request to set variable "mausIP" value to "10.0.1.203" from 10.0.1.203
  WebServer                       request to set variable "trap1State" value to "0" from 10.0.1.203
  Trigger                         Trap 1 disconnected

I’m wondering if there is a way to prevent a given request message from being written to the log, that is, to force the WebServer to hide that message similar to what can be done to ‘Hide trigger executions in Event Log’. I am hoping there might be a parameter (undocumented?) controlling message suppression in the API call, like:

"/variables/trap4State?_method=put&hide=true&value=%i”

Cheers,
Mike

Re: Can client requests to WebServer be hidden from Event L

PostPosted: Tue Jan 20, 2015 6:10 pm
by jay (support)
Not currently. I'll add it to the feature request list though.