Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"defaultDeviceRolePermissionMappings": [
|
||||
{
|
||||
"permissions": [
|
||||
"Browse",
|
||||
"Read"
|
||||
],
|
||||
"role": "Anonymous"
|
||||
},
|
||||
{
|
||||
"permissions": [
|
||||
"Browse",
|
||||
"Read",
|
||||
"Write",
|
||||
"Call"
|
||||
],
|
||||
"role": "AuthenticatedUser"
|
||||
}
|
||||
],
|
||||
"defaultTagProviderRolePermissionMappings": [
|
||||
{
|
||||
"permissions": [
|
||||
"Browse",
|
||||
"Read"
|
||||
],
|
||||
"role": "Anonymous"
|
||||
},
|
||||
{
|
||||
"permissions": [
|
||||
"Browse",
|
||||
"Read",
|
||||
"Write",
|
||||
"Call"
|
||||
],
|
||||
"role": "AuthenticatedUser"
|
||||
}
|
||||
],
|
||||
"tagProviderRolePermissionMappings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user