[PLUGIN] RotaryEncoder II

I found at that my config.json at data/plugins/system_hardware/rotaryencoder2 doesn’t seems to save my values:


    "enabled0": {
        "type": "boolean",
        "value": false
      },
    "rotaryType0": {
      "type": "number",
      "value": 0
    },
    "pinA0": {
      "type": "string",
      "value": ""
    },
    "pinB0": {
      "type": "string",
      "value": ""
    },
    "dialAction0": {
      "type": "number",
      "value": 0
    },
    "socketCmdCW0": {
      "type": "string",
      "value": ""
    },
    "socketDataCW0": {
      "type": "string",
      "value": ""
    },
    "socketCmdCCW0": {
      "type": "string",
      "value": ""
    },
    "socketDataCCW0": {
      "type": "string",
      "value": ""
    },
    "pinPush0": {
      "type": "number",
      "value": 0
    },
    "pinPushDebounce0": {
      "type": "number",
      "value": 0
    },
    "pushState0": {
      "type": "boolean",
      "value": false
    },
    "pushAction0": {
      "type": "number",
      "value": 0
    },
    "socketCmdPush0": {
      "type": "string",
      "value": ""
    },
    "socketDataPush0": {
      "type": "string",
      "value": ""
    },
    "longPushAction0": {
      "type": "number",
      "value": 0
    },
    "socketCmdLongPush0": {
      "type": "string",
      "value": ""
    },
    "socketDataLongPush0": {
      "type": "string",
      "value": ""
    },
    "delayLongPush0": {
      "type": "string",
      "value": "1500"
    },
    "doublePushAction0": {
      "type": "number",
      "value": 0
    },
    "socketCmdDoublePush0": {
      "type": "string",
      "value": ""
    },
    "socketDataDoublePush0": {
      "type": "string",
      "value": ""
    },
    "delayDoublePush0": {
      "type": "string",
      "value": "700"
    },
    "enabled1": { ... ... . ...
.... .... ... ...

Is this normal?

I changed it with the one with correct values. But when I use the rotary, the raspberry shutdown.