Skip to content

Commit

Permalink
polling interval defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
git-kick committed May 24, 2024
1 parent 3a0791b commit c2aa26b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,11 @@
},
{
"tag": "TAG_PM_REQ_ACTIVE_PHASES",
"interval": "S"
"interval": "M"
},
{
"tag": "TAG_PM_REQ_MODE",
"interval": "S"
"interval": "M"
},
{
"tag": "TAG_PM_REQ_ENERGY_L1",
Expand All @@ -547,15 +547,15 @@
},
{
"tag": "TAG_PM_REQ_DEVICE_ID",
"interval": "S"
"interval": "L"
},
{
"tag": "TAG_PM_REQ_ERROR_CODE",
"interval": "S"
"interval": "M"
},
{
"tag": "TAG_PM_REQ_FIRMWARE_VERSION",
"interval": "S"
"interval": "L"
},
{
"tag": "TAG_PM_REQ_VOLTAGE_L1",
Expand All @@ -571,11 +571,11 @@
},
{
"tag": "TAG_PM_REQ_TYPE",
"interval": "S"
"interval": "M"
},
{
"tag": "TAG_PM_REQ_GET_PHASE_ELIMINATION",
"interval": "S"
"interval": "M"
},
{
"tag": "TAG_EP_REQ_IS_READY_FOR_SWITCH",
Expand Down

0 comments on commit c2aa26b

Please sign in to comment.