IBSS Inspire is a configurable end user application that can be customised to specific organisation requirements. The following tables define the available configuration options for Inspire modes.
⚠️ Set the time zone on the device to match the time zone for the building.
Applies to app version 1.24.6XX
General Configuration (all modes)
Setting name |
Description |
---|---|
Device_OEM_Client_ImageURI |
The path to the client logo
⚠️ The client logo file name needs to be suffixed with either -light or -dark to work with light or dark app theme respectively.
|
Device_OEM_Brand_ImageURI |
The path to the brand logo (used when IBSS has been OEM'd by partners)
⚠️ The brand logo file name needs to be suffixed with either -light or -dark to work with light or dark app theme respectively.
|
Device_General_Error |
An error message to display when the app has come across a fatal error |
Device_OEM_Mode |
The OEM mode for the app:
0 - Standard mode. No client logo shown and IBSS logo shown as brand
1 - Custom mode. Client logo shown and IBSS logo shown as brand
2 - OEM mode. Client logo shown and custom logo shown as brand
|
Signage_Orientation |
App orientation:
Undefined = 0 Landscape = 1 Portrait = 2 LandscapeFlipped = 4 PortraitFlipped = 8 |
Floor Mode (Floor_Config)
⚠️If the user logs in on Inspire, it will show bookings only on floors that are configured.
For example: if the building has 13 floors and 12 of them are configured to display on Inspire, the bookings on the 13th floor won't be displayed for users when they log in.
Setting name |
Description |
---|---|
Device_Update_Mode |
Switch device between polling and live update modes: 0 = polling 1 = live update |
Device_Culture | Define languages and datetime formats. It's configured using this format "en-GB" |
Show_Login_Btn |
Login button to allow check-ins at the device:
Enable = 1
Disable = 0
|
Insp_FV_Page_Delay |
The time in seconds before the app will return back to the home page. Default is 30 seconds. (Only applicable from the user point of view in 'polling' mode) |
Insp_FV_Interaction_Timeout |
The time in seconds of no interaction before the app will return back to the home page and logout user. Default is 30 seconds. |
CheckedIn_Mode | > 0 is enabled |
Show_CheckedIn_Switch | Show toggle “Checked-in spaces” |
Announcements_IdleMode_Enabled |
True = enabled False = disabled |
Announcements_IdleMode_Timeout | Specify how long (in seconds) Inspire should wait before showing the announcements when there's no interaction |
Announcements_IdleMode_Duration | Specify in seconds how long an announcement should be displayed in the carrousel |
Occ_Floor_Red_Thld |
The percentage of spaces that must be free before showing a red colour on the floor selector |
Occ_Floor_Amber_Thld |
The percentage of spaces that must be free before showing the amber colour on the floor selector |
Meta_Loc_X_m |
The x location of the "you are here" pin on the map *This setting is currently placed in the General Configuration fragment of the file. |
Meta_Loc_Y_m |
The y location of the "you are here" pin on the map
*This setting is currently placed in the General Configuration fragment of the file.
|
Map_Focus_You_Pin_Landscape |
Specify whether you want the map to be centred on the "you are here" pin:
True = yes
False = no
|
Map_Focus_You_Pin_Portrait |
Specify whether you want the map to be centred on the "you are here" pin:
True = yes
False = no
|
Map_Zoom_Level_Landscape |
Specify the default zoom level in landscape mode. Value is +/- 1.0. Default is 1.0. |
Map_Zoom_Level_Portrait |
Specify the default zoom level in portrait mode. Value is +/- 1.0. Default is 1.0. |
Map_Zoom_Min |
Specify the minimum zoom level for the map. Default is 0.05. |
Map_Zoom_Max |
Specify the maximum zoom level for the map. Default is 1.0. |
Map_OffsetX_Landscape |
Specify an X offset value for the map. Used to position the map to fit the screen. (+/- 0.0) |
Map_OffsetY_Landscape |
Specify a Y offset value for the map. Used to position the map to fit the screen. (+/- 0.0) |
Map_OffsetX_Portrait |
Specify an X offset value for the map. Used to position the map to fit the screen. (+/- 0.0) |
Map_OffsetY_Portrait |
Specify a Y offset value for the map. Used to position the map to fit the screen. (+/- 0.0) |
Floors |
Defines the selected and available floors:
{
"SelectedFloor": {
"Name": "The name of the floor",
"NodeId": The floor node Id
},
"AvailableFloors": [
{
"Name": "The name of the floor",
"Label":"Floor label",
"NodeId": The floor Id, "Order": The ordering of the element starting at 0.
}
]
}
|
SpaceTypes |
{ "Name":"Desk", "Label":"Desks", "Icon":"desk", "HomePage_Show":1, "HomePage_Order":1, "HomePage_Default_On":1, "SeeAll_Order":0 } |
Workspaces |
Defines what to show for workspaces:
{
"Show": Show workspaces (1) or not (0)
"Search": Show the search button (1) or not (0)
"SpaceTypes": [
{
"Name": "The SpaceType of the space",
"Icon": "icon",
"Label": "The label to show"
}
}
|
Amenities |
Defines what to show for amenities:
{
"Show": Show workspaces (1) or not (0)
"Search": Show the search button (1) or not (0)
"SpaceTypes": [
{
"Name": "The SpaceType of the space",
"Icon": "icon",
"Label": "The label to show"
}
}
|
Search |
Defines the full list of searchable items:
"WORKSPACES": [
{
"Name": "The SpaceType of the space",
"Icon": "icon",
"Label": "The label to show"
}],
"SUPPORTSPACES": [
{
"Name": "The SpaceType of the space",
"Icon": "icon",
"Label": "The label to show"
}],
"AMENITIES": [
{
"Name": "The SpaceType of the space",
"Icon": "icon",
"Label": "The label to show"
}]
|
Additional Floor Mode options for Floor Mode V2
Setting name |
Description |
---|---|
Device_Theme |
Set the default theme for the device on loading or restart 0=unspecified 1=light 2=dark |
Device_Accent_Colour_Light | HEX colour format |
Device_Accent_Colour_Dark | HEX colour format |
Device_Time_Format |
0=24hr 1=12hr |
Show_Theme_Switch |
0=Hide theme switch 1=Show theme switch |
Insp_FV_Mode |
0=Floor mode a 1=Floor mode b |
Show_Announcements |
0=hide 1=show |
Announcements_Delay | Delay announcements automatic scrolling in seconds |
Occupancy_Mode |
Default state of the Wayfinding and Occupancy toggle on home page 0=Wayfinding 1=Occupancy |
Show_BookOnRoamer |
Option book on Roamer using a QR code on the space card when logged in 0=hide 1=show |
Map_You_Pin_Type |
0 = Original style 1 = Pin with directional pointer |
Map_You_Pin_Rotation | Angle of rotation of your pin pointer for your pin type 1 only |
Hide_Layer_Selector |
0 = layer selector shown 1 = layer selector hidden |
Hide_Floor_Selector_Landscape |
Specify whether to show (1) or hide (0) the floor selector in landscape mode. |
Hide_Floor_Selector_Portrait |
Specify whether to show (1) or hide (0) the floor selector in portrait mode. |
Hide_Layer_Selector_Landscape |
Specify whether to show (1) or hide (0) the layer selector in landscape mode. |
Hide_Layer_Selector_Portrait |
Specify whether to show (1) or hide (0) the layer selector in portrait mode. |
Map_Layers: | Layer overrides, can not be used to add layers that don't already exist on map. |
Name |
Layer key, must match existing layer key |
Label |
Override default layer name |
Order |
Override default order |
Enabled |
Override default enabled state |
Default_Visible |
Override default visibility |
Search_Constraints |
Time and intervals in minutes: { |
Lobby Mode (Lobby_Config)
Setting name |
Description | |
---|---|---|
Floors |
SelectedFloor |
Name NodeId |
AvailableFloors |
Label NodeId Order ShowChart: > 0 = true |
|
Availability | ShowAvailability |
Section of columns 0 = false 1 = true |
Columns | name | |
Environmental | ShowEnvironmental |
0 = false 1 = true |
Columns | name |
Scheduling Mode
Setting name |
Description |
---|---|
ImageURI |
Path to custom background image
*This setting is currently placed in the General Configuration fragment of the file.
|
Insp_SV_Page_Delay |
The time in seconds before the app will return back to the home page. Default is 30 seconds. |
Name |
The name to show at the top of the scheduling page |
ShowNotifications |
0 = Do not show notifications
1 = Show notifications |
PageSize |
The number of spaces to show per page before paging to the next |
Spaces |
Defines the spaces to display:
{
"Name": "The label to show",
"SpaceId": "The Space Id",
"Order": The ordering of the element starting at 0.
}
|